reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12714   if (!ExponentC)
12722   if ((VT == MVT::f32 && ExponentC->getValueAPF().isExactlyValue(1.0f/3.0f)) ||
12723       (VT == MVT::f64 && ExponentC->getValueAPF().isExactlyValue(1.0/3.0))) {
12749   bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25);
12750   bool ExponentIs075 = ExponentC->getValueAPF().isExactlyValue(0.75);