Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2552 Constant *ShadowMul; in handleMulByConstant() local
2568 ShadowMul = ConstantVector::get(Elements); in handleMulByConstant()
2573 ShadowMul = ConstantInt::get(Ty, V2); in handleMulByConstant()
2575 ShadowMul = ConstantInt::get(Ty, 1); in handleMulByConstant()
2581 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()