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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12971 bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25); local
12973 if (ExponentIs025 || ExponentIs075) {
12984 if ((!Flags.hasNoSignedZeros() && ExponentIs025) || !Flags.hasNoInfs() ||
13001 if (ExponentIs025)

Completed in 176 milliseconds