Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h423 SDValue PromoteIntOp_FIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp2046 case ISD::UDIVFIXSAT: Res = PromoteIntOp_FIX(N); break; in PromoteIntegerOperand()
2637 SDValue DAGTypeLegalizer::PromoteIntOp_FIX(SDNode *N) { in PromoteIntOp_FIX() function in DAGTypeLegalizer