Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp377 Value *ShadowValue, uint32_t TypeSize);
940 Value *ShadowValue, in createSlowPathCmp() argument
952 LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()
954 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()
976 Value *ShadowValue = IRB.CreateLoad( in instrumentAddress() local
979 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress()
992 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()