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

References

include/llvm/IR/PatternMatch.h
  868 inline BinaryOp_match<LHS, RHS, Instruction::FRem> m_FRem(const LHS &L,
  869                                                           const RHS &R) {
  870   return BinaryOp_match<LHS, RHS, Instruction::FRem>(L, R);