Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h350 SDValue PromoteIntRes_ADDSUBSHLSAT(SDNode *N);
H A DLegalizeIntegerTypes.cpp172 case ISD::USHLSAT: Res = PromoteIntRes_ADDSUBSHLSAT(N); break; in PromoteIntegerResult()
760 SDValue DAGTypeLegalizer::PromoteIntRes_ADDSUBSHLSAT(SDNode *N) { in PromoteIntRes_ADDSUBSHLSAT() function in DAGTypeLegalizer