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

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1409 void handleMulByConstant(BinaryOperator &I, Constant *ConstArg, function in struct:__anon26257::MemorySanitizerVisitor
1442 handleMulByConstant(I, constOp0, I.getOperand(1));
1444 handleMulByConstant(I, constOp1, I.getOperand(0));

Completed in 100 milliseconds