Home
last modified time | relevance | path

Searched refs:ShadowVecTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1208 VectorType *ShadowVecTy = VectorType::get(DFS.ShadowTy, ShadowVecSize); in storeShadow() local
1209 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()