Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:ShadowValue

267                            Value *ShadowValue, uint32_t TypeSize);
697 Value *ShadowValue,
709 LastAccessedByte, ShadowValue->getType(), false);
710 // ((uint8_t) ((Addr & (Granularity-1)) + size - 1)) >= ShadowValue
711 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue);
726 Value *ShadowValue = IRB.CreateLoad(
729 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal);
740 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize);