Searched refs:ShadowValue (Results 1 – 1 of 1) sorted by relevance
421 Value *ShadowValue, uint32_t TypeSize);1003 Value *ShadowValue, in createSlowPathCmp() argument1015 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp()1017 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp()1044 Value *ShadowValue = in instrumentAddress() local1047 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress()1059 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()