Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:pre

29 /// component (e.g. DynamoRIO) to instrument pre-built libraries.
1775 CmpInst::Predicate pre;
1778 pre = I.getPredicate();
1781 pre = I.getSwappedPredicate();
1788 (pre == CmpInst::ICMP_SLT || pre == CmpInst::ICMP_SGE)) ||
1790 (pre == CmpInst::ICMP_SGT || pre == CmpInst::ICMP_SLE))) {