Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17651 bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25); in visitFPOW() local
17653 if (ExponentIs025 || ExponentIs075) { in visitFPOW()
17664 if ((!Flags.hasNoSignedZeros() && ExponentIs025) || !Flags.hasNoInfs() || in visitFPOW()
17681 if (ExponentIs025) in visitFPOW()