Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil.h1293 inline uint32_t RotL(uint32_t x, int8_t r)
1308 # define ANGLE_ROTL(x, y) ::rx::RotL(x, y)
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h1423 inline uint32_t RotL(uint32_t x, int8_t r)
1438 # define ANGLE_ROTL(x, y) ::rx::RotL(x, y)