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

Derived Classes

include/llvm/IR/PatternMatch.h
  223 template <typename Predicate> struct cst_pred_ty : public Predicate {
  256 template <typename Predicate> struct api_pred_ty : public Predicate {

References

include/llvm/IR/PatternMatch.h
  223 template <typename Predicate> struct cst_pred_ty : public Predicate {
  256 template <typename Predicate> struct api_pred_ty : public Predicate {
  370 inline cst_pred_ty<is_nonnegative> m_NonNegative() {
  373 inline api_pred_ty<is_nonnegative> m_NonNegative(const APInt *&V) {