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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12357     if (N1CFP && N1CFP->isZero())
12357     if (N1CFP && N1CFP->isZero())
12363   if (N1CFP && N1CFP->isExactlyValue(1.0))
12363   if (N1CFP && N1CFP->isExactlyValue(1.0))
12395   if (N1CFP) {
12396     if (N1CFP->isExactlyValue(1.0))
12400     if (N1CFP->isExactlyValue(-1.0) &&
12411          (N1.hasOneUse() && !TLI.isFPImmLegal(N1CFP->getValueAPF(), VT,
12420     if (N1CFP && N0 == N2) {
12428     if (N1CFP && N2.getOpcode() == ISD::FNEG && N2.getOperand(0) == N0) {