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