Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Cmp2

1105     Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize);
1107 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false);
1112 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2);