Searched refs:IsRotateRight (Results 1 – 3 of 3) sorted by relevance
1031 bool IsRotateRight) { in upgradeX86Rotate() argument1045 Intrinsic::ID IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in upgradeX86Rotate()
3698 RValue emitRotate(const CallExpr *E, bool IsRotateRight);
1458 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() argument1468 unsigned IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in emitRotate()