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 {
 1064 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L,
 1066   return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R);