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