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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1024 bool IsICMP_NE = ICI.getPredicate() == ICmpInst::ICMP_NE; local
1025 Constant *Cst = Builder->getInt1(IsICMP_NE);
1446 bool IsICMP_NE = ICI.getPredicate() == ICmpInst::ICMP_NE; local
1447 Constant *Cst = Builder->getInt1(IsICMP_NE);

Completed in 955 milliseconds