Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp1566 Constant *ShadowMul; in handleMulByConstant() local
1579 ShadowMul = ConstantVector::get(Elements); in handleMulByConstant()
1584 ShadowMul = ConstantInt::get(Elt->getType(), V2); in handleMulByConstant()
1589 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()