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

Definitions

include/llvm/IR/PatternMatch.h
  223 template <typename Predicate> struct cst_pred_ty : public Predicate {
  322 struct is_any_apint {
  331 struct is_all_ones {
  340 struct is_maxsignedvalue {
  353 struct is_negative {
  365 struct is_nonnegative {
  377 struct is_one {
  386 struct is_zero_int {
  407 struct is_power2 {
  419 struct is_negated_power2 {
  431 struct is_power2_or_zero {
  443 struct is_sign_mask {
  452 struct is_lowbit_mask {
  461 struct icmp_pred_with_threshold {