Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17614 ConstantFPSDNode *ExponentC = isConstOrConstSplatFP(N->getOperand(1)); in visitFPOW() local
17615 if (!ExponentC) in visitFPOW()
17624 if ((VT == MVT::f32 && ExponentC->getValueAPF().isExactlyValue(1.0f/3.0f)) || in visitFPOW()
17625 (VT == MVT::f64 && ExponentC->getValueAPF().isExactlyValue(1.0/3.0))) { in visitFPOW()
17651 bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25); in visitFPOW()
17652 bool ExponentIs075 = ExponentC->getValueAPF().isExactlyValue(0.75); in visitFPOW()