Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h422 SDValue PromoteIntOp_SET_ROUNDING(SDNode *N);
H A DLegalizeIntegerTypes.cpp2021 case ISD::SET_ROUNDING: Res = PromoteIntOp_SET_ROUNDING(N); break; in PromoteIntegerOperand()
2697 SDValue DAGTypeLegalizer::PromoteIntOp_SET_ROUNDING(SDNode *N) { in PromoteIntOp_SET_ROUNDING() function in DAGTypeLegalizer