Lines Matching refs:OperandVT
7626 EVT OperandVT = Op.getValueType(); in expandIS_FPCLASS() local
7627 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()
7660 isOperationLegalOrCustom(ISD::SETCC, 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()
7675 OperandVT.getVectorElementCount()); in expandIS_FPCLASS()