Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h265 SDValue PromoteIntRes_VAARG(SDNode *N);
DLegalizeIntegerTypes.cpp81 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
769 SDValue DAGTypeLegalizer::PromoteIntRes_VAARG(SDNode *N) { in PromoteIntRes_VAARG() function in DAGTypeLegalizer