Lines Matching refs:getNullValue
1603 return Constant::getNullValue(ShadowTy); in getCleanShadow()
1643 return Constant::getNullValue(MS.OriginTy); in getCleanOrigin()
1714 CpShadowPtr, Constant::getNullValue(EntryIRB.getInt8Ty()), in getShadow()
2361 Value *Zero = Constant::getNullValue(Sc->getType()); in handleEqualityComparison()
2813 ResultShadow, ConstantInt::getNullValue(EltTy), in handleVectorConvertIntrinsic()
2938 IRB.CreateICmpNE(S1, Constant::getNullValue(T)), T); in handleVectorPackIntrinsic()
2940 IRB.CreateICmpNE(S2, Constant::getNullValue(T)), T); in handleVectorPackIntrinsic()
2968 S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)), in handleVectorSadIntrinsic()
2984 S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)), in handleVectorPmaddIntrinsic()
2999 IRB.CreateICmpNE(S0, Constant::getNullValue(ResTy)), ResTy); in handleVectorComparePackedIntrinsic()
3165 IRB.CreateICmpNE(Acc, Constant::getNullValue(Acc->getType())), in handleMaskedLoad()
3960 ConstantInt::getNullValue(FlatTy)); in visitSelectInst()
3962 ConstantInt::getNullValue(FlatTy)); in visitSelectInst()
4338 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in unpoisonVAListTagForInst()
4489 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
4501 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
4658 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
4670 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
4926 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
4939 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
5201 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in unpoisonVAListTagForInst()