Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h3994 RValue emitRotate(const CallExpr *E, bool IsRotateRight);
DCGBuiltin.cpp2054 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() function in CodeGenFunction
2731 return emitRotate(E, false); in EmitBuiltinExpr()
2742 return emitRotate(E, true); in EmitBuiltinExpr()