Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3409 EVT LegalSVT = VT.getScalarType(); in FoldConstantVectorArithmetic() local
3410 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()