Home
last modified time | relevance | path

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

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