Searched refs:LegalSVT (Results 1 – 2 of 2) sorted by relevance
4271 EVT LegalSVT = SVT; in FoldConstantArithmetic() local4272 if (NewNodesMustHaveLegalTypes && LegalSVT.isInteger()) { in FoldConstantArithmetic()4273 LegalSVT = TLI->getTypeToTransformTo(*getContext(), LegalSVT); in FoldConstantArithmetic()4274 if (LegalSVT.bitsLT(SVT)) in FoldConstantArithmetic()4294 if (LegalSVT != SVT) in FoldConstantArithmetic()4295 ScalarResult = getNode(ISD::SIGN_EXTEND, DL, LegalSVT, ScalarResult); in FoldConstantArithmetic()4358 EVT LegalSVT = VT.getScalarType(); in FoldConstantVectorArithmetic() local4359 if (NewNodesMustHaveLegalTypes && LegalSVT.isInteger()) { in FoldConstantVectorArithmetic()4360 LegalSVT = TLI->getTypeToTransformTo(*getContext(), LegalSVT); in FoldConstantVectorArithmetic()4361 if (LegalSVT.bitsLT(VT.getScalarType())) in FoldConstantVectorArithmetic()[all …]
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()