Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h76 kNoShr = 1 << 3, // no arithmetic shift right enumerator
Dloop_optimization.cc1481 (instruction->IsShr() && HasVectorRestrictions(restrictions, kNoShr))) { in VectorizeUse()
1641 *restrictions |= kNoMul | kNoDiv | kNoShr | kNoAbs | kNoSAD; in TrySetVectorType()