Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1684 bool IsRotateRight) { in upgradeX86Rotate() argument
1698 Intrinsic::ID IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in upgradeX86Rotate()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4243 RValue emitRotate(const CallExpr *E, bool IsRotateRight);
H A DCGBuiltin.cpp2420 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() argument
2430 unsigned IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in emitRotate()