Home
last modified time | relevance | path

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

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