Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1616 void handleMulByConstant(BinaryOperator &I, Constant *ConstArg, in handleMulByConstant() function
1655 handleMulByConstant(I, constOp0, I.getOperand(1)); in visitMul()
1657 handleMulByConstant(I, constOp1, I.getOperand(0)); in visitMul()