Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4779 EVT NOutElemVT = NOutVT.getVectorElementType(); in PromoteIntRes_SPLAT_VECTOR() local
4781 SDValue Op = DAG.getNode(ISD::ANY_EXTEND, dl, NOutElemVT, SplatVal); in PromoteIntRes_SPLAT_VECTOR()
4791 EVT NOutElemVT = TLI.getTypeToTransformTo(*DAG.getContext(), in PromoteIntRes_STEP_VECTOR() local
4794 SDValue Step = DAG.getConstant(StepVal.getSExtValue(), dl, NOutElemVT); in PromoteIntRes_STEP_VECTOR()