Home
last modified time | relevance | path

Searched refs:emitRotate (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h4062 RValue emitRotate(const CallExpr *E, bool IsRotateRight);
DCGBuiltin.cpp2139 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() function in CodeGenFunction
2926 return emitRotate(E, false); in EmitBuiltinExpr()
2937 return emitRotate(E, true); in EmitBuiltinExpr()