Searched refs:ShadowMul (Results 1 – 2 of 2) sorted by relevance
1618 Constant *ShadowMul; in handleMulByConstant() local1634 ShadowMul = ConstantVector::get(Elements); in handleMulByConstant()1639 ShadowMul = ConstantInt::get(Ty, V2); in handleMulByConstant()1641 ShadowMul = ConstantInt::get(Ty, 1); in handleMulByConstant()1647 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()
1807 Constant *ShadowMul; in handleMulByConstant() local1823 ShadowMul = ConstantVector::get(Elements); in handleMulByConstant()1828 ShadowMul = ConstantInt::get(Ty, V2); in handleMulByConstant()1830 ShadowMul = ConstantInt::get(Ty, 1); in handleMulByConstant()1836 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()