Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.h257 SDValue PromoteIntRes_SimpleIntBinOp(SDNode *N);
HDLegalizeIntegerTypes.cpp77 case ISD::UMAX: Res = PromoteIntRes_SimpleIntBinOp(N); break; in PromoteIntegerResult()
114 case ISD::MUL: Res = PromoteIntRes_SimpleIntBinOp(N); break; in PromoteIntegerResult()
622 SDValue DAGTypeLegalizer::PromoteIntRes_SimpleIntBinOp(SDNode *N) { in PromoteIntRes_SimpleIntBinOp() function in DAGTypeLegalizer