Searched refs:getShadowTy (Results 1 – 1 of 1) sorted by relevance
701 Type *getShadowTy(Value *V) { in getShadowTy() function702 return getShadowTy(V->getType()); in getShadowTy()706 Type *getShadowTy(Type *OrigTy) { in getShadowTy() function722 Elements.push_back(getShadowTy(ST->getElementType(i))); in getShadowTy()781 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForArgument()798 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForRetval()827 Type *ShadowTy = getShadowTy(V); in getCleanShadow()847 Type *ShadowTy = getShadowTy(V); in getPoisonedShadow()1028 Type *ShadowTy = getShadowTy(&I); in visitLoadInst()1140 setShadow(&I, IRB.CreateBitCast(getShadow(&I, 0), getShadowTy(&I))); in visitBitCastInst()[all …]