Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h344 SDValue PromoteIntRes_UNDEF(SDNode *N);
H A DLegalizeIntegerTypes.cpp91 case ISD::UNDEF: Res = PromoteIntRes_UNDEF(N); break; in PromoteIntegerResult()
972 SDValue DAGTypeLegalizer::PromoteIntRes_UNDEF(SDNode *N) { in PromoteIntRes_UNDEF() function in DAGTypeLegalizer