Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp1490 bool IsRotateRight) { in upgradeX86Rotate() argument
1504 Intrinsic::ID IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in upgradeX86Rotate()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h4132 RValue emitRotate(const CallExpr *E, bool IsRotateRight);
H A DCGBuiltin.cpp2098 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() argument
2108 unsigned IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in emitRotate()