Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:isMax

1040     ICmpInst* isMax = new ICmpInst(insertPoint, CmpInst::ICMP_ULT, oldPc,
1042 "isMax");
1046 SelectInst::Create( isMax, createIncrementConstant(increment?1:-1,32),