Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2799 EVT LegalSVT = SVT; in getSplatValue() local
2803 LegalSVT = TLI->getTypeToTransformTo(*getContext(), LegalSVT); in getSplatValue()
2804 if (LegalSVT.bitsLT(SVT)) in getSplatValue()
2807 return getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(V), LegalSVT, SrcVector, in getSplatValue()
5700 EVT LegalSVT = VT.getScalarType(); in FoldConstantArithmetic() local
5701 if (NewNodesMustHaveLegalTypes && LegalSVT.isInteger()) { in FoldConstantArithmetic()
5702 LegalSVT = TLI->getTypeToTransformTo(*getContext(), LegalSVT); in FoldConstantArithmetic()
5703 if (LegalSVT.bitsLT(VT.getScalarType())) in FoldConstantArithmetic()
5753 if (LegalSVT != SVT) in FoldConstantArithmetic()
5754 ScalarResult = getNode(ExtendCode, DL, LegalSVT, ScalarResult); in FoldConstantArithmetic()
H A DDAGCombiner.cpp4146 EVT LegalSVT = N1.getOperand(0).getValueType(); in visitMUL() local
4147 SDValue Zero = DAG.getConstant(0, DL, LegalSVT); in visitMUL()
4148 SDValue AllOnes = DAG.getAllOnesConstant(DL, LegalSVT); in visitMUL()