Home
last modified time | relevance | path

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

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