Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h352 SDValue PromoteIntRes_DIVFIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp182 case ISD::UDIVFIXSAT: Res = PromoteIntRes_DIVFIX(N); break; in PromoteIntegerResult()
953 SDValue DAGTypeLegalizer::PromoteIntRes_DIVFIX(SDNode *N) { in PromoteIntRes_DIVFIX() function in DAGTypeLegalizer