Searched refs:ShadowValue (Results 1 – 1 of 1) sorted by relevance
377 Value *ShadowValue, uint32_t TypeSize);940 Value *ShadowValue, in createSlowPathCmp() argument952 LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()954 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()976 Value *ShadowValue = IRB.CreateLoad( in instrumentAddress() local979 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress()992 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()