Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h4061 RValue emitRotate(const CallExpr *E, bool IsRotateRight);
H A DCGBuiltin.cpp2099 RValue CodeGenFunction::emitRotate(const CallExpr *E, bool IsRotateRight) { in emitRotate() function in CodeGenFunction
2856 return emitRotate(E, false); in EmitBuiltinExpr()
2867 return emitRotate(E, true); in EmitBuiltinExpr()