Lines Matching defs:ResultTy
1444 Type *ResultTy;
1447 VPWidenCastRecipe(Instruction::CastOps Opcode, VPValue *Op, Type *ResultTy,
1450 ResultTy(ResultTy) {
1455 VPWidenCastRecipe(Instruction::CastOps Opcode, VPValue *Op, Type *ResultTy)
1457 ResultTy(ResultTy) {}
1463 return new VPWidenCastRecipe(Opcode, getOperand(0), ResultTy,
1466 return new VPWidenCastRecipe(Opcode, getOperand(0), ResultTy);
1483 Type *getResultType() const { return ResultTy; }
1490 Type *ResultTy;
1495 VPScalarCastRecipe(Instruction::CastOps Opcode, VPValue *Op, Type *ResultTy)
1497 ResultTy(ResultTy) {}
1502 return new VPScalarCastRecipe(Opcode, getOperand(0), ResultTy);
1515 Type *getResultType() const { return ResultTy; }