Searched refs:hasImmCode (Results 1 – 2 of 2) sorted by relevance
507 bool isImmediatePattern() const { return hasImmCode(); } in isImmediatePattern()608 bool hasImmCode() const;
928 (!hasPredCode() || !hasImmCode()) && in TreePredicateFn()1177 bool TreePredicateFn::hasImmCode() const { in hasImmCode() function in TreePredicateFn1325 return !hasPredCode() && !hasImmCode(); in isAlwaysTrue()