Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h312 SDValue PromoteIntRes_STEP_VECTOR(SDNode *N);
H A DLegalizeIntegerTypes.cpp127 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
5475 SDValue DAGTypeLegalizer::PromoteIntRes_STEP_VECTOR(SDNode *N) { in PromoteIntRes_STEP_VECTOR() function in DAGTypeLegalizer