Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1219 Value *ShadowVec = UndefValue::get(ShadowVecTy); in storeShadow() local
1221 ShadowVec = IRB.CreateInsertElement( in storeShadow()
1222 ShadowVec, Shadow, ConstantInt::get(Type::getInt32Ty(*DFS.Ctx), i)); in storeShadow()
1229 IRB.CreateAlignedStore(ShadowVec, CurShadowVecAddr, ShadowAlign); in storeShadow()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1329 Value *ShadowVec = UndefValue::get(ShadowVecTy); in storeShadow() local
1331 ShadowVec = IRB.CreateInsertElement( in storeShadow()
1332 ShadowVec, Shadow, ConstantInt::get(Type::getInt32Ty(*DFS.Ctx), i)); in storeShadow()
1339 IRB.CreateAlignedStore(ShadowVec, CurShadowVecAddr, ShadowAlign); in storeShadow()