Searched refs:hasImmCode (Results 1 – 2 of 2) sorted by relevance
491 bool isImmediatePattern() const { return hasImmCode(); } in isImmediatePattern()600 bool hasImmCode() const;
900 (!hasPredCode() || !hasImmCode()) && in TreePredicateFn()1167 bool TreePredicateFn::hasImmCode() const { in hasImmCode() function in TreePredicateFn1335 return !hasPredCode() && !hasImmCode(); in isAlwaysTrue()