Searched refs:hasImmCode (Results 1 – 2 of 2) sorted by relevance
504 bool isImmediatePattern() const { return hasImmCode(); } in isImmediatePattern()602 bool hasImmCode() const;
866 (!hasPredCode() || !hasImmCode()) && in TreePredicateFn()1107 bool TreePredicateFn::hasImmCode() const { in hasImmCode() function in TreePredicateFn1252 return !hasPredCode() && !hasImmCode(); in isAlwaysTrue()