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

Derived Classes

include/llvm/IR/PatternMatch.h
 1004 struct BinOpPred_match : Predicate {

References

include/llvm/IR/PatternMatch.h
 1004 struct BinOpPred_match : Predicate {
 1057 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L,
 1059   return BinOpPred_match<LHS, RHS, is_shift_op>(L, R);