Home
last modified time | relevance | path

Searched refs:NewIntVT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17917 EVT NewIntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getScalarSizeInBits()); in combineFMulOrFDivWithIntPow2() local
17919 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewIntVT, in combineFMulOrFDivWithIntPow2()
17923 /*InexpensiveOnly*/ true, NewIntVT); in combineFMulOrFDivWithIntPow2()
17929 DAG.getShiftAmountConstant(*Mantissa, NewIntVT, DL); in combineFMulOrFDivWithIntPow2()
17933 SDValue Shift = DAG.getNode(ISD::SHL, DL, NewIntVT, Log2, MantissaShiftCnt); in combineFMulOrFDivWithIntPow2()
17936 NewIntVT, DAG.getBitcast(NewIntVT, ConstOp), Shift); in combineFMulOrFDivWithIntPow2()
24771 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local
24785 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros()
24787 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros()
24790 TLI.isOperationLegalOrCustom(ISD::BUILD_VECTOR, NewIntVT)))) in convertBuildVecZextToBuildVecWithZeros()
[all …]