Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h355 SDValue PromoteIntRes_VAARG(SDNode *N);
H A DLegalizeIntegerTypes.cpp112 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
1711 SDValue DAGTypeLegalizer::PromoteIntRes_VAARG(SDNode *N) { in PromoteIntRes_VAARG() function in DAGTypeLegalizer