Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14316 ConstantFPSDNode *ExponentC = isConstOrConstSplatFP(N->getOperand(1)); in visitFPOW() local
14317 if (!ExponentC) in visitFPOW()
14326 if ((VT == MVT::f32 && ExponentC->getValueAPF().isExactlyValue(1.0f/3.0f)) || in visitFPOW()
14327 (VT == MVT::f64 && ExponentC->getValueAPF().isExactlyValue(1.0/3.0))) { in visitFPOW()
14353 bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25); in visitFPOW()
14354 bool ExponentIs075 = ExponentC->getValueAPF().isExactlyValue(0.75); in visitFPOW()