Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:pre

29 /// component (e.g. DynamoRIO) to instrument pre-built libraries.
1796 CmpInst::Predicate pre;
1799 pre = I.getPredicate();
1802 pre = I.getSwappedPredicate();
1809 (pre == CmpInst::ICMP_SLT || pre == CmpInst::ICMP_SGE)) ||
1811 (pre == CmpInst::ICMP_SGT || pre == CmpInst::ICMP_SLE))) {