Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h395 SDValue PromoteIntOp_FPOWI(SDNode *N);
DLegalizeIntegerTypes.cpp1552 case ISD::FPOWI: Res = PromoteIntOp_FPOWI(N); break; in PromoteIntegerOperand()
1992 SDValue DAGTypeLegalizer::PromoteIntOp_FPOWI(SDNode *N) { in PromoteIntOp_FPOWI() function in DAGTypeLegalizer