Lines Matching refs:OperandVT
8358 EVT OperandVT = Op.getValueType(); in expandIS_FPCLASS() local
8359 assert(OperandVT.isFloatingPoint()); in expandIS_FPCLASS()
8363 return DAG.getBoolConstant(false, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8365 return DAG.getBoolConstant(true, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8369 if (OperandVT == MVT::ppcf128) { in expandIS_FPCLASS()
8372 OperandVT = MVT::f64; in expandIS_FPCLASS()
8384 EVT ScalarFloatVT = OperandVT.getScalarType(); in expandIS_FPCLASS()
8392 isOperationLegalOrCustom(ISD::SETCC, OperandVT.getScalarType())) { in expandIS_FPCLASS()
8400 OperandVT.getScalarType().getSimpleVT()))) { in expandIS_FPCLASS()
8405 DAG.getConstantFP(0.0, DL, OperandVT), in expandIS_FPCLASS()
8411 OperandVT.getScalarType().getSimpleVT())) { in expandIS_FPCLASS()
8418 OperandVT.getScalarType().getSimpleVT()) && in expandIS_FPCLASS()
8419 isOperationLegalOrCustom(ISD::FABS, OperandVT.getScalarType())) { in expandIS_FPCLASS()
8421 SDValue Abs = DAG.getNode(ISD::FABS, DL, OperandVT, Op); in expandIS_FPCLASS()
8423 DAG.getConstantFP(APFloat::getInf(Semantics), DL, OperandVT); in expandIS_FPCLASS()
8430 unsigned BitSize = OperandVT.getScalarSizeInBits(); in expandIS_FPCLASS()
8432 if (OperandVT.isVector()) in expandIS_FPCLASS()
8434 OperandVT.getVectorElementCount()); in expandIS_FPCLASS()