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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1526 void handleShift(BinaryOperator &I) { function in struct:__anon2745::MemorySanitizerVisitor
1540 void visitShl(BinaryOperator &I) { handleShift(I); }
1541 void visitAShr(BinaryOperator &I) { handleShift(I); }
1542 void visitLShr(BinaryOperator &I) { handleShift(I); }

Completed in 58 milliseconds