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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1029 bool IsICMP_NE = ICI.getPredicate() == ICmpInst::ICMP_NE; local
1030 Constant *Cst = Builder->getInt1(IsICMP_NE);
1442 bool IsICMP_NE = ICI.getPredicate() == ICmpInst::ICMP_NE; local
1443 Constant *Cst = Builder->getInt1(IsICMP_NE);

Completed in 46 milliseconds