Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15519 bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25); in visitFPOW() local
15521 if (ExponentIs025 || ExponentIs075) { in visitFPOW()
15532 if ((!Flags.hasNoSignedZeros() && ExponentIs025) || !Flags.hasNoInfs() || in visitFPOW()
15549 if (ExponentIs025) in visitFPOW()