Searched refs:ConvertedShadow (Results 1 – 1 of 1) sorted by relevance
1114 Value *ConvertedShadow = convertToShadowTyNoVec(Shadow, IRB); in storeOrigin() local1115 Constant *ConstantShadow = dyn_cast_or_null<Constant>(ConvertedShadow); in storeOrigin()1124 DL.getTypeSizeInBits(ConvertedShadow->getType()); in storeOrigin()1129 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in storeOrigin()1135 ConvertedShadow, getCleanShadow(ConvertedShadow), "_mscmp"); in storeOrigin()1193 Value *ConvertedShadow = convertToShadowTyNoVec(Shadow, IRB); in materializeOneCheck() local1194 LLVM_DEBUG(dbgs() << " SHAD1 : " << *ConvertedShadow << "\n"); in materializeOneCheck()1196 Constant *ConstantShadow = dyn_cast_or_null<Constant>(ConvertedShadow); in materializeOneCheck()1206 unsigned TypeSizeInBits = DL.getTypeSizeInBits(ConvertedShadow->getType()); in materializeOneCheck()1211 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in materializeOneCheck()[all …]