Searched refs:isICMP_NE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1391 bool isICMP_NE = ICI.getPredicate() == ICmpInst::ICMP_NE; local
1464 isICMP_NE));
1475 isICMP_NE));
1479 return new ICmpInst(isICMP_NE ? ICmpInst::ICMP_EQ :
1491 ICmpInst::Predicate pred = isICMP_NE ?
1500 ICmpInst::Predicate pred = isICMP_NE ?

Completed in 62 milliseconds