Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2718 void handleShift(BinaryOperator &I) { in handleShift() function
2732 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl()
2733 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr()
2734 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr()