Searched refs:IsRotateRight (Results 1 – 3 of 3) sorted by relevance
1916 bool IsRotateRight) { in upgradeX86Rotate() argument1930 Intrinsic::ID IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in upgradeX86Rotate()
2468 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() argument2478 unsigned IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in emitRotate()
4696 RValue emitRotate(const CallExpr *E, bool IsRotateRight);