Searched refs:hasImmCode (Results 1 – 2 of 2) sorted by relevance
472 bool isImmediatePattern() const { return hasImmCode(); } in isImmediatePattern()564 bool hasImmCode() const;
829 (!hasPredCode() || !hasImmCode()) && in TreePredicateFn()1039 bool TreePredicateFn::hasImmCode() const { in hasImmCode() function in TreePredicateFn1164 return !hasPredCode() && !hasImmCode(); in isAlwaysTrue()