Searched refs:getShadowTy (Results 1 – 1 of 1) sorted by relevance
817 Type *getShadowTy(Value *V) { in getShadowTy() function818 return getShadowTy(V->getType()); in getShadowTy()822 Type *getShadowTy(Type *OrigTy) { in getShadowTy() function837 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy()843 Elements.push_back(getShadowTy(ST->getElementType(i))); in getShadowTy()927 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForArgument()944 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForRetval()973 Type *ShadowTy = getShadowTy(V); in getCleanShadow()1000 Type *ShadowTy = getShadowTy(V); in getPoisonedShadow()1205 Type *ShadowTy = getShadowTy(&I); in visitLoadInst()[all …]