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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12935 ConstantFPSDNode *ExponentC = isConstOrConstSplatFP(N->getOperand(1)); local
12936 if (!ExponentC)
12944 if ((VT == MVT::f32 && ExponentC->getValueAPF().isExactlyValue(1.0f/3.0f)) ||
12945 (VT == MVT::f64 && ExponentC->getValueAPF().isExactlyValue(1.0/3.0))) {
12971 bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25);
12972 bool ExponentIs075 = ExponentC->getValueAPF().isExactlyValue(0.75);

Completed in 291 milliseconds