Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h351 SDValue PromoteIntRes_VAARG(SDNode *N);
H A DLegalizeIntegerTypes.cpp105 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
1562 SDValue DAGTypeLegalizer::PromoteIntRes_VAARG(SDNode *N) { in PromoteIntRes_VAARG() function in DAGTypeLegalizer