Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2480 Constant *ShadowMul; in handleMulByConstant() local
2496 ShadowMul = ConstantVector::get(Elements); in handleMulByConstant()
2501 ShadowMul = ConstantInt::get(Ty, V2); in handleMulByConstant()
2503 ShadowMul = ConstantInt::get(Ty, 1); in handleMulByConstant()
2509 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()