reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3716   RValue emitRotate(const CallExpr *E, bool IsRotateRight);

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 2088     return emitRotate(E, false);
 2099     return emitRotate(E, true);