Lines Matching refs:NewIntVT
16617 EVT NewIntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getScalarSizeInBits()); in combineFMulOrFDivWithIntPow2() local
16619 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewIntVT, in combineFMulOrFDivWithIntPow2()
16623 /*InexpensiveOnly*/ true, NewIntVT); in combineFMulOrFDivWithIntPow2()
16629 DAG.getConstant(*Mantissa, DL, getShiftAmountTy(NewIntVT)); in combineFMulOrFDivWithIntPow2()
16633 SDValue Shift = DAG.getNode(ISD::SHL, DL, NewIntVT, Log2, MantissaShiftCnt); in combineFMulOrFDivWithIntPow2()
16636 NewIntVT, DAG.getBitcast(NewIntVT, ConstOp), Shift); in combineFMulOrFDivWithIntPow2()
23331 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local
23345 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros()
23347 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros()
23350 TLI.isOperationLegalOrCustom(ISD::BUILD_VECTOR, NewIntVT)))) in convertBuildVecZextToBuildVecWithZeros()
23363 NewOps.reserve(NewIntVT.getVectorNumElements()); in convertBuildVecZextToBuildVecWithZeros()
23377 assert(NewOps.size() == NewIntVT.getVectorNumElements()); in convertBuildVecZextToBuildVecWithZeros()
23378 SDValue NewBV = DAG.getBuildVector(NewIntVT, DL, NewOps); in convertBuildVecZextToBuildVecWithZeros()