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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 2601     bool Arg0IsZero = match(Arg0, m_PosZeroFP());
 2603       std::swap(Arg0, Arg1);
 2612     if ((match(Arg0, m_OneUse(m_FSub(m_Value(A), m_Value(B)))) &&
 2613          match(Arg1, m_PosZeroFP()) && isa<Instruction>(Arg0) &&
 2614          cast<Instruction>(Arg0)->getFastMathFlags().noInfs())) {