Searched refs:hasImmCode (Results 1 – 2 of 2) sorted by relevance
500 bool isImmediatePattern() const { return hasImmCode(); } in isImmediatePattern()601 bool hasImmCode() const;
911 (!hasPredCode() || !hasImmCode()) && in TreePredicateFn()1160 bool TreePredicateFn::hasImmCode() const { in hasImmCode() function in TreePredicateFn1308 return !hasPredCode() && !hasImmCode(); in isAlwaysTrue()