Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h356 SDValue PromoteIntRes_DIVFIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp215 case ISD::UDIVFIXSAT: Res = PromoteIntRes_DIVFIX(N); break; in PromoteIntegerResult()
1049 SDValue DAGTypeLegalizer::PromoteIntRes_DIVFIX(SDNode *N) { in PromoteIntRes_DIVFIX() function in DAGTypeLegalizer