Searched refs:hasImmCode (Results 1 – 2 of 2) sorted by relevance
502 bool isImmediatePattern() const { return hasImmCode(); } in isImmediatePattern()600 bool hasImmCode() const;
889 (!hasPredCode() || !hasImmCode()) && in TreePredicateFn()1127 bool TreePredicateFn::hasImmCode() const { in hasImmCode() function in TreePredicateFn1272 return !hasPredCode() && !hasImmCode(); in isAlwaysTrue()