Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h370 SDValue PromoteIntRes_DIVFIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp256 case ISD::UDIVFIXSAT: Res = PromoteIntRes_DIVFIX(N); break; in PromoteIntegerResult()
1223 SDValue DAGTypeLegalizer::PromoteIntRes_DIVFIX(SDNode *N) { in PromoteIntRes_DIVFIX() function in DAGTypeLegalizer