Searched refs:ShadowMul (Results 1 – 1 of 1) sorted by relevance
2252 Constant *ShadowMul; in handleMulByConstant() local2268 ShadowMul = ConstantVector::get(Elements); in handleMulByConstant()2273 ShadowMul = ConstantInt::get(Ty, V2); in handleMulByConstant()2275 ShadowMul = ConstantInt::get(Ty, 1); in handleMulByConstant()2281 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()