Searched refs:hasImmCode (Results 1 – 2 of 2) sorted by relevance
497 bool isImmediatePattern() const { return hasImmCode(); } in isImmediatePattern()592 bool hasImmCode() const;
850 (!hasPredCode() || !hasImmCode()) && in TreePredicateFn()1060 bool TreePredicateFn::hasImmCode() const { in hasImmCode() function in TreePredicateFn1188 return !hasPredCode() && !hasImmCode(); in isAlwaysTrue()