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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1739 bool isICMP_NE = Cmp.getPredicate() == ICmpInst::ICMP_NE; local
1744 if (isICMP_NE && Cmp.getType()->isVectorTy() && C1.isNullValue() &&
1762 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE;
1771 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT;
2967 bool isICMP_NE = Pred == ICmpInst::ICMP_NE; local
3045 return new ICmpInst(isICMP_NE ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE,
3064 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT;

Completed in 179 milliseconds