Searched refs:OperandVT (Results 1 – 3 of 3) sorted by relevance
7626 EVT OperandVT = Op.getValueType(); in expandIS_FPCLASS() local7627 assert(OperandVT.isFloatingPoint()); in expandIS_FPCLASS()7631 return DAG.getBoolConstant(false, DL, ResultVT, OperandVT); in expandIS_FPCLASS()7633 return DAG.getBoolConstant(true, DL, ResultVT, OperandVT); in expandIS_FPCLASS()7637 if (OperandVT == MVT::ppcf128) { in expandIS_FPCLASS()7640 OperandVT = MVT::f64; in expandIS_FPCLASS()7652 EVT ScalarFloatVT = OperandVT.getScalarType(); in expandIS_FPCLASS()7663 DAG.getConstantFP(0.0, DL, OperandVT), in expandIS_FPCLASS()7671 unsigned BitSize = OperandVT.getScalarSizeInBits(); in expandIS_FPCLASS()7673 if (OperandVT.isVector()) in expandIS_FPCLASS()[all …]
1607 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local1608 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()1609 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
11115 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local11116 if (OperandVT.isVector()) { in UnrollVectorOp()11118 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()