Lines Matching defs:AC1
6075 llvm::SmallVector<const Expr *, 3> AC1, AC2;
6076 FT1->getAssociatedConstraints(AC1);
6079 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1))
6081 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2))
6180 llvm::SmallVector<const Expr *, 1> AC1, AC2;
6181 F1->getAssociatedConstraints(AC1);
6184 if (IsAtLeastAsConstrained(F1, AC1, F2, AC2, AtLeastAsConstrained1))
6186 if (IsAtLeastAsConstrained(F2, AC2, F1, AC1, AtLeastAsConstrained2))
6425 llvm::SmallVector<const Expr *, 3> AC1, AC2;
6426 P1->getAssociatedConstraints(AC1);
6429 if (S.IsAtLeastAsConstrained(P1, AC1, P2, AC2, AtLeastAsConstrained1) ||
6432 if (S.IsAtLeastAsConstrained(P2, AC2, P1, AC1, AtLeastAsConstrained2))