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

References

include/llvm/IR/PatternMatch.h
   47 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) {
  198 inline apfloat_match m_APFloat(const APFloat *&Res) { return Res; }
 1433   RHS_t R;
 1437   MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
 1557 inline MaxMin_match<FCmpInst, LHS, RHS, ofmax_pred_ty> m_OrdFMax(const LHS &L,
 1558                                                                  const RHS &R) {
 1572 inline MaxMin_match<FCmpInst, LHS, RHS, ofmin_pred_ty> m_OrdFMin(const LHS &L,
 1573                                                                  const RHS &R) {
 1587 inline MaxMin_match<FCmpInst, LHS, RHS, ufmax_pred_ty>
 1588 m_UnordFMax(const LHS &L, const RHS &R) {
 1602 inline MaxMin_match<FCmpInst, LHS, RHS, ufmin_pred_ty>
 1603 m_UnordFMin(const LHS &L, const RHS &R) {
 1669   Opnd_t Val;
 1671   Argument_match(unsigned OpIdx, const Opnd_t &V) : OpI(OpIdx), Val(V) {}
 1683 inline Argument_match<Opnd_t> m_Argument(const Opnd_t &Op) {
 1683 inline Argument_match<Opnd_t> m_Argument(const Opnd_t &Op) {
 1715       match_combine_and<typename m_Intrinsic_Ty<T0>::Ty, Argument_match<T1>>;
 1742 inline typename m_Intrinsic_Ty<T0, T1>::Ty m_Intrinsic(const T0 &Op0,
 1743                                                        const T1 &Op1) {