Searched refs:ShadowValue (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 485 Value *ShadowValue = IRB.CreateLoad(ShadowTy, ShadowAddr); in instrumentAddress() local 487 ShadowValue = IRB.CreateAdd(ShadowValue, Inc); in instrumentAddress() 488 IRB.CreateStore(ShadowValue, ShadowAddr); in instrumentAddress()
|
| H A D | AddressSanitizer.cpp | 664 Value *ShadowValue, uint32_t TypeSize); 1678 Value *ShadowValue, in createSlowPathCmp() argument 1690 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp() 1692 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp() 1769 Value *ShadowValue = in instrumentAddress() local 1772 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress() 1784 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()
|