Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h337 SDValue PromoteIntRes_SExtIntBinOp(SDNode *N);
H A DLegalizeIntegerTypes.cpp83 case ISD::SMAX: Res = PromoteIntRes_SExtIntBinOp(N); break; in PromoteIntegerResult()
147 case ISD::SREM: Res = PromoteIntRes_SExtIntBinOp(N); break; in PromoteIntegerResult()
1126 SDValue DAGTypeLegalizer::PromoteIntRes_SExtIntBinOp(SDNode *N) { in PromoteIntRes_SExtIntBinOp() function in DAGTypeLegalizer