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

References

lib/Target/PowerPC/PPCISelLowering.cpp
14010       assert((CC == ISD::SETEQ || CC == ISD::SETNE) &&
14010       assert((CC == ISD::SETEQ || CC == ISD::SETNE) &&
14014       bool isBDNZ = (CC == ISD::SETEQ && Val) ||
14015                     (CC == ISD::SETNE && !Val);
14031         isa<ConstantSDNode>(RHS) && (CC == ISD::SETEQ || CC == ISD::SETNE) &&
14031         isa<ConstantSDNode>(RHS) && (CC == ISD::SETEQ || CC == ISD::SETNE) &&
14039         if (CC == ISD::SETEQ)      // Cond never true, remove branch.
14046       bool BranchOnWhenPredTrue = (CC == ISD::SETEQ) ^ (Val == 0);