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