Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15520 bool ExponentIs075 = ExponentC->getValueAPF().isExactlyValue(0.75); in visitFPOW() local
15521 if (ExponentIs025 || ExponentIs075) { in visitFPOW()