Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h419 SDValue PromoteIntOp_ExpOp(SDNode *N);
H A DLegalizeIntegerTypes.cpp1999 case ISD::STRICT_FLDEXP: Res = PromoteIntOp_ExpOp(N); break; in PromoteIntegerOperand()
2521 SDValue DAGTypeLegalizer::PromoteIntOp_ExpOp(SDNode *N) { in PromoteIntOp_ExpOp() function in DAGTypeLegalizer