Lines Matching refs:result
363 // needed as the result of some instructions, which does
2600 // An opcode that has no operands, no result id, and no type
2607 // An opcode that has one id operand, no result id, and no type
2615 // An opcode that has one or more operands, no result id, and no type
2625 // An opcode that has multiple operands, no result id, and no type
2655 // An opcode that has one operands, a result id, and a type
2803 // Set up an identity shuffle from the base value to the result value
3037 // See if the result type is expecting a smeared result.
3097 // Figure out the result type
3259 Id result = NoResult;
3272 // lambda to store the result of visiting an argument component
3277 result = comp;
3334 // If the result is a vector, make it from the gathered constituents.
3336 result = createCompositeConstruct(resultTypeId, constituents);
3338 return setPrecision(result, precision);