Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp1031 bool IsRotateRight) { in upgradeX86Rotate() argument
1045 Intrinsic::ID IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in upgradeX86Rotate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h3698 RValue emitRotate(const CallExpr *E, bool IsRotateRight);
H A DCGBuiltin.cpp1458 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() argument
1468 unsigned IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in emitRotate()