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

Declarations

include/llvm/CodeGen/SelectionDAGNodes.h
 2662   bool matchBinaryPredicate(

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2231     if (ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchUSUBSAT,
 5100       ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset))
 5806       ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchIntersect, true)) {
 6220   if (ISD::matchBinaryPredicate(LHSShiftAmt, RHSShiftAmt, MatchRotateSum)) {
 7352     if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange))
 7362     if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) {
 7391     if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchOutOfRange,
 7404     if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange,
 7429     if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchEqual,
 7594     if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), SumOfShifts)) {
 7761     if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange))
 7771     if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) {
lib/Target/X86/X86ISelLowering.cpp
37131               ISD::matchBinaryPredicate(OpRHS, CondRHS, MatchUSUBSAT,
37205             ISD::matchBinaryPredicate(OpRHS, CondRHS, MatchUADDSAT))