Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2492 void handleShift(BinaryOperator &I) { in handleShift() function
2506 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl()
2507 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr()
2508 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr()