Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp78 auto matchRotate = [](Value *V, Value *&X, Value *&Y) { in foldGuardedRotateToFunnelShift() local
110 Intrinsic::ID IID = matchRotate(P0, RotSrc, RotAmt); in foldGuardedRotateToFunnelShift()
112 IID = matchRotate(P1, RotSrc, RotAmt); in foldGuardedRotateToFunnelShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2028 static Instruction *matchRotate(Instruction &Or) { in matchRotate() function
2481 if (Instruction *Rotate = matchRotate(I)) in visitOr()