Searched refs:handleShift (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1834 void handleShift(BinaryOperator &I) { function in struct:__anon3156::MemorySanitizerVisitor
1848 void visitShl(BinaryOperator &I) { handleShift(I); }
1849 void visitAShr(BinaryOperator &I) { handleShift(I); }
1850 void visitLShr(BinaryOperator &I) { handleShift(I); }

Completed in 52 milliseconds