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