Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector.h143 HInstruction* pred_input = InputAt(InputCount() - 1); in GetGoverningPredicate() local
144 DCHECK(pred_input->IsVecPredSetOperation()); in GetGoverningPredicate()
145 return pred_input->AsVecPredSetOperation(); in GetGoverningPredicate()