Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h69 kNoShr = 8, // no arithmetic shift right enumerator
Dloop_optimization.cc854 (instruction->IsShr() && HasVectorRestrictions(restrictions, kNoShr))) { in VectorizeUse()
960 *restrictions |= kNoMul | kNoDiv | kNoShr | kNoAbs; in TrySetVectorType()