Searched refs:MSV (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | MemorySanitizer.cpp | 1437 MemorySanitizerVisitor *MSV; member in __anon714b9e520211::MemorySanitizerVisitor::Combiner 1440 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) : in Combiner() argument 1441 Shadow(nullptr), Origin(nullptr), IRB(IRB), MSV(MSV) {} in Combiner() 1450 OpShadow = MSV->CreateShadowCast(IRB, OpShadow, Shadow->getType()); in Add() 1455 if (MSV->MS.TrackOrigins) { in Add() 1463 Value *FlatShadow = MSV->convertToShadowTyNoVec(OpShadow, IRB); in Add() 1465 IRB.CreateICmpNE(FlatShadow, MSV->getCleanShadow(FlatShadow)); in Add() 1475 Value *OpShadow = MSV->getShadow(V); in Add() 1476 Value *OpOrigin = MSV->MS.TrackOrigins ? MSV->getOrigin(V) : nullptr; in Add() 1485 Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I)); in Done() [all …]
|