Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:pre

31 /// component (e.g. DynamoRIO) to instrument pre-built libraries.
1274 CmpInst::Predicate pre = I.getPredicate();
1276 (pre == CmpInst::ICMP_SGT || pre == CmpInst::ICMP_SLE)) {
1279 (pre == CmpInst::ICMP_SLT || pre == CmpInst::ICMP_SGE)) {