Lines Matching refs:NewIntVT
16919 EVT NewIntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getScalarSizeInBits()); in combineFMulOrFDivWithIntPow2() local
16921 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewIntVT, in combineFMulOrFDivWithIntPow2()
16925 /*InexpensiveOnly*/ true, NewIntVT); in combineFMulOrFDivWithIntPow2()
16931 DAG.getShiftAmountConstant(*Mantissa, NewIntVT, DL); in combineFMulOrFDivWithIntPow2()
16935 SDValue Shift = DAG.getNode(ISD::SHL, DL, NewIntVT, Log2, MantissaShiftCnt); in combineFMulOrFDivWithIntPow2()
16938 NewIntVT, DAG.getBitcast(NewIntVT, ConstOp), Shift); in combineFMulOrFDivWithIntPow2()
23691 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local
23705 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros()
23707 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros()
23710 TLI.isOperationLegalOrCustom(ISD::BUILD_VECTOR, NewIntVT)))) in convertBuildVecZextToBuildVecWithZeros()
23723 NewOps.reserve(NewIntVT.getVectorNumElements()); in convertBuildVecZextToBuildVecWithZeros()
23737 assert(NewOps.size() == NewIntVT.getVectorNumElements()); in convertBuildVecZextToBuildVecWithZeros()
23738 SDValue NewBV = DAG.getBuildVector(NewIntVT, DL, NewOps); in convertBuildVecZextToBuildVecWithZeros()