Searched refs:isUniversal (Results 1 – 2 of 2) sorted by relevance
281 return isUniversal() || matches(CapE); in matchesUniv()309 bool isUniversal() const { return sexpr() && isa<til::Wildcard>(sexpr()); } in isUniversal() function
826 if (!Managed && !asserted() && !negative() && !isUniversal()) { in handleRemovalFromIntersection()