ΒΆtemplate <typename LHS, typename RHS>
inline CmpClass_match<LHS,
                      RHS,
                      llvm::FCmpInst,
                      FCmpInst::Predicate>
m_FCmp(FCmpInst::Predicate& Pred,
       const LHS& L,
       const RHS& R)

Declared at: llvm/include/llvm/IR/PatternMatch.h:1183

Templates

LHS
RHS

Parameters

FCmpInst::Predicate& Pred
const LHS& L
const RHS& R