Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h401 SDValue PromoteIntOp_FPOWI(SDNode *N);
H A DLegalizeIntegerTypes.cpp1703 case ISD::STRICT_FPOWI: Res = PromoteIntOp_FPOWI(N); break; in PromoteIntegerOperand()
2188 SDValue DAGTypeLegalizer::PromoteIntOp_FPOWI(SDNode *N) { in PromoteIntOp_FPOWI() function in DAGTypeLegalizer