Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h301 SDValue PromoteIntRes_AssertSext(SDNode *N);
H A DLegalizeIntegerTypes.cpp57 case ISD::AssertSext: Res = PromoteIntRes_AssertSext(N); break; in PromoteIntegerResult()
188 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext() function in DAGTypeLegalizer