Searched refs:matchRotate (Results 1 – 2 of 2) sorted by relevance
78 auto matchRotate = [](Value *V, Value *&X, Value *&Y) { in foldGuardedRotateToFunnelShift() local110 Intrinsic::ID IID = matchRotate(P0, RotSrc, RotAmt); in foldGuardedRotateToFunnelShift()112 IID = matchRotate(P1, RotSrc, RotAmt); in foldGuardedRotateToFunnelShift()
2028 static Instruction *matchRotate(Instruction &Or) { in matchRotate() function2481 if (Instruction *Rotate = matchRotate(I)) in visitOr()