Searched refs:ShadowVecTy (Results 1 – 1 of 1) sorted by relevance
1208 VectorType *ShadowVecTy = VectorType::get(DFS.ShadowTy, ShadowVecSize); in storeShadow() local1209 Value *ShadowVec = UndefValue::get(ShadowVecTy); in storeShadow()1215 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowVecTy)); in storeShadow()1218 IRB.CreateConstGEP1_32(ShadowVecTy, ShadowVecAddr, Offset); in storeShadow()