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.h418 SDValue PromoteIntOp_FIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp1995 case ISD::UDIVFIXSAT: Res = PromoteIntOp_FIX(N); break; in PromoteIntegerOperand()
2509 SDValue DAGTypeLegalizer::PromoteIntOp_FIX(SDNode *N) { in PromoteIntOp_FIX() function in DAGTypeLegalizer