Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h459 void ExpandIntRes_UREM (SDNode *N, SDValue &Lo, SDValue &Hi);
H A DLegalizeIntegerTypes.cpp2455 case ISD::UREM: ExpandIntRes_UREM(N, Lo, Hi); break; in ExpandIntegerResult()
4649 void DAGTypeLegalizer::ExpandIntRes_UREM(SDNode *N, in ExpandIntRes_UREM() function in DAGTypeLegalizer