Home
last modified time | relevance | path

Searched refs:not_input (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.cc480 HInstruction* not_input = input->InputAt(0); in MatchIfInstanceOf() local
481 if (not_input->IsInstanceOf()) { in MatchIfInstanceOf()
483 *instanceOf = not_input->AsInstanceOf(); in MatchIfInstanceOf()