Home
last modified time | relevance | path

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

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