Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h393 SDValue PromoteIntOp_FIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp1546 case ISD::UDIVFIXSAT: Res = PromoteIntOp_FIX(N); break; in PromoteIntegerOperand()
1964 SDValue DAGTypeLegalizer::PromoteIntOp_FIX(SDNode *N) { in PromoteIntOp_FIX() function in DAGTypeLegalizer