Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp421 Value *ShadowValue, uint32_t TypeSize);
1003 Value *ShadowValue, in createSlowPathCmp() argument
1015 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()
1017 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()
1044 Value *ShadowValue = in instrumentAddress() local
1047 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress()
1059 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()