Lines Matching defs:AC1
5724 llvm::SmallVector<const Expr *, 3> AC1, AC2;
5725 FT1->getAssociatedConstraints(AC1);
5728 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1))
5730 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2))
5833 llvm::SmallVector<const Expr *, 1> AC1, AC2;
5834 F1->getAssociatedConstraints(AC1);
5837 if (IsAtLeastAsConstrained(F1, AC1, F2, AC2, AtLeastAsConstrained1))
5839 if (IsAtLeastAsConstrained(F2, AC2, F1, AC1, AtLeastAsConstrained2))
6068 llvm::SmallVector<const Expr *, 3> AC1, AC2;
6069 P1->getAssociatedConstraints(AC1);
6072 if (S.IsAtLeastAsConstrained(P1, AC1, P2, AC2, AtLeastAsConstrained1) ||
6075 if (S.IsAtLeastAsConstrained(P2, AC2, P1, AC1, AtLeastAsConstrained2))