Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h353 SDValue PromoteIntRes_ZExtIntBinOp(SDNode *N);
H A DLegalizeIntegerTypes.cpp211 case ISD::VP_UREM: Res = PromoteIntRes_ZExtIntBinOp(N); break; in PromoteIntegerResult()
1452 SDValue DAGTypeLegalizer::PromoteIntRes_ZExtIntBinOp(SDNode *N) { in PromoteIntRes_ZExtIntBinOp() function in DAGTypeLegalizer