Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h279 SDValue PromoteIntRes_SExtIntBinOp(SDNode *N);
DLegalizeIntegerTypes.cpp79 case ISD::SMAX: Res = PromoteIntRes_SExtIntBinOp(N); break; in PromoteIntegerResult()
122 case ISD::SREM: Res = PromoteIntRes_SExtIntBinOp(N); break; in PromoteIntegerResult()
649 SDValue DAGTypeLegalizer::PromoteIntRes_SExtIntBinOp(SDNode *N) { in PromoteIntRes_SExtIntBinOp() function in DAGTypeLegalizer