Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h272 SDValue PromoteIntRes_ZExtIntBinOp(SDNode *N);
DLegalizeIntegerTypes.cpp81 case ISD::UMAX: Res = PromoteIntRes_ZExtIntBinOp(N); break; in PromoteIntegerResult()
130 case ISD::UREM: Res = PromoteIntRes_ZExtIntBinOp(N); break; in PromoteIntegerResult()
662 SDValue DAGTypeLegalizer::PromoteIntRes_ZExtIntBinOp(SDNode *N) { in PromoteIntRes_ZExtIntBinOp() function in DAGTypeLegalizer