Searched refs:LegalSVT (Results 1 – 1 of 1) sorted by relevance
3409 EVT LegalSVT = VT.getScalarType(); in FoldConstantVectorArithmetic() local3410 if (LegalSVT.isInteger()) { in FoldConstantVectorArithmetic()3411 LegalSVT = TLI->getTypeToTransformTo(*getContext(), LegalSVT); in FoldConstantVectorArithmetic()3412 if (LegalSVT.bitsLT(VT.getScalarType())) in FoldConstantVectorArithmetic()3447 if (LegalSVT != SVT) in FoldConstantVectorArithmetic()3448 ScalarResult = getNode(ISD::SIGN_EXTEND, DL, LegalSVT, ScalarResult); in FoldConstantVectorArithmetic()