Searched refs:hasPredicate (Results 1 – 4 of 4) sorted by relevance
19 bool NamedTypeConstraint::hasPredicate() const { in hasPredicate() function in NamedTypeConstraint
45 bool hasPredicate() const;
269 if (value.hasPredicate()) in collectOpConstraints()
2552 return !value.hasPredicate() && !value.isOptional() && in genOperandResultVerifier()2565 bool hasPredicate = value.hasPredicate(); in genOperandResultVerifier() local2568 if (!hasPredicate && !isOptional && !isVariadicOfVariadic) in genOperandResultVerifier()2589 if (!hasPredicate) in genOperandResultVerifier()