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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1417 Value *ShadowVec = UndefValue::get(ShadowVecTy); local
1419 ShadowVec = IRB.CreateInsertElement(
1420 ShadowVec, Shadow, ConstantInt::get(Type::getInt32Ty(*DFS.Ctx), i));
1427 IRB.CreateAlignedStore(ShadowVec, CurShadowVecAddr, ShadowAlign);

Completed in 43 milliseconds