Searched refs:IsAnyStar (Results 1 – 1 of 1) sorted by relevance
669 static constexpr bool IsAnyStar(Bytecode bytecode) { in IsAnyStar() function767 return bytecode == Bytecode::kLdar || IsAnyStar(bytecode); in IsLdarOrStar()