Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h400 SDValue PromoteIntOp_FIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp1708 case ISD::UDIVFIXSAT: Res = PromoteIntOp_FIX(N); break; in PromoteIntegerOperand()
2172 SDValue DAGTypeLegalizer::PromoteIntOp_FIX(SDNode *N) { in PromoteIntOp_FIX() function in DAGTypeLegalizer