reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2171     Constant *constOp0 = dyn_cast<Constant>(I.getOperand(0));
 2172     Constant *constOp1 = dyn_cast<Constant>(I.getOperand(1));
 2174       handleMulByConstant(I, constOp0, I.getOperand(1));
 2174       handleMulByConstant(I, constOp0, I.getOperand(1));
 2176       handleMulByConstant(I, constOp1, I.getOperand(0));
 2176       handleMulByConstant(I, constOp1, I.getOperand(0));
 2178       handleShadowOr(I);