Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14511 ConstantFPSDNode *ExponentC = isConstOrConstSplatFP(N->getOperand(1)); in visitFPOW() local
14512 if (!ExponentC) in visitFPOW()
14521 if ((VT == MVT::f32 && ExponentC->getValueAPF().isExactlyValue(1.0f/3.0f)) || in visitFPOW()
14522 (VT == MVT::f64 && ExponentC->getValueAPF().isExactlyValue(1.0/3.0))) { in visitFPOW()
14548 bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25); in visitFPOW()
14549 bool ExponentIs075 = ExponentC->getValueAPF().isExactlyValue(0.75); in visitFPOW()