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

References

include/llvm/IR/PatternMatch.h
  874 inline BinaryOp_match<LHS, RHS, Instruction::And> m_And(const LHS &L,
  875                                                         const RHS &R) {
  876   return BinaryOp_match<LHS, RHS, Instruction::And>(L, R);