Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp1348 bool IsRotateRight) { in upgradeX86Rotate() argument
1362 Intrinsic::ID IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in upgradeX86Rotate()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h4127 RValue emitRotate(const CallExpr *E, bool IsRotateRight);
H A DCGBuiltin.cpp2083 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() argument
2093 unsigned IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in emitRotate()