Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h345 SDValue PromoteIntRes_SExtIntBinOp(SDNode *N);
H A DLegalizeIntegerTypes.cpp97 case ISD::SMAX: Res = PromoteIntRes_SExtIntBinOp(N); break; in PromoteIntegerResult()
191 case ISD::VP_SREM: Res = PromoteIntRes_SExtIntBinOp(N); break; in PromoteIntegerResult()
1321 SDValue DAGTypeLegalizer::PromoteIntRes_SExtIntBinOp(SDNode *N) { in PromoteIntRes_SExtIntBinOp() function in DAGTypeLegalizer