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

References

include/llvm/IR/PatternMatch.h
 1157 inline CmpClass_match<LHS, RHS, FCmpInst, FCmpInst::Predicate>
 1158 m_FCmp(FCmpInst::Predicate &Pred, const LHS &L, const RHS &R) {
 1159   return CmpClass_match<LHS, RHS, FCmpInst, FCmpInst::Predicate>(Pred, L, R);