Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1618 Constant *ShadowMul; in handleMulByConstant() local
1634 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1807 Constant *ShadowMul; in handleMulByConstant() local
1823 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()