Searched refs:UnsignedUseAnalyzer (Results 1 – 1 of 1) sorted by relevance
108 class UnsignedUseAnalyzer { class110 explicit UnsignedUseAnalyzer(ArenaAllocator* allocator) in UnsignedUseAnalyzer() function in art::UnsignedUseAnalyzer126 bool UnsignedUseAnalyzer::IsComparedValueNonNegativeInBlock(HInstruction* value, in IsComparedValueNonNegativeInBlock()201 bool UnsignedUseAnalyzer::IsNonNegativeUse(HInstruction* target_user, HInstruction* value) { in IsNonNegativeUse()244 UnsignedUseAnalyzer analyzer(instr->GetBlock()->GetGraph()->GetAllocator()); in HasNonNegativeInputAt()