Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp84 auto RotL = m_OneUse( in foldGuardedRotateToFunnelShift() local
86 if (RotL.match(V) && L0 == R0 && L1 == R1) { in foldGuardedRotateToFunnelShift()
/external/angle/src/common/
Dmathutil.h1415 inline uint32_t RotL(uint32_t x, int8_t r)
1430 # define ANGLE_ROTL(x, y) ::rx::RotL(x, y)