Lines Matching refs:ICMP_EQ

413       return new ICmpInst(ICmpInst::ICMP_EQ, Idx, FirstTrueIdx);  in FoldCmpLoadFromIndexedGlobal()
905 case ICmpInst::ICMP_EQ: in FoldICmpDivCst()
1075 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType())); in FoldICmpCstShrCst()
1088 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift)); in FoldICmpCstShrCst()
1127 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType())); in FoldICmpCstShlCst()
1133 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift)); in FoldICmpCstShlCst()
1334 if (ICI.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInstWithInstAndIntCst()
1447 ICI.getPredicate() == ICmpInst::ICMP_EQ ? ICmpInst::ICMP_UGT in visitICmpInstWithInstAndIntCst()
1464 if (ICI.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInstWithInstAndIntCst()
1516 Pred = ICmpInst::ICMP_EQ; in visitICmpInstWithInstAndIntCst()
1527 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInstWithInstAndIntCst()
1538 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInstWithInstAndIntCst()
1618 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
1685 return new ICmpInst(ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
1732 return new ICmpInst(ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
1834 return new ICmpInst(isICMP_NE ? ICmpInst::ICMP_EQ : in visitICmpInstWithInstAndIntCst()
2295 case ICmpInst::ICMP_EQ: in ProcessUMulZExtIdiom()
2428 case ICmpInst::ICMP_EQ: in ProcessUMulZExtIdiom()
2628 if (isChainSelectCmpBranch(SI) && Icmp->getPredicate() == ICmpInst::ICMP_EQ) { in replacedSelectWithOperand()
2692 case ICmpInst::ICMP_EQ: { // icmp eq i1 A, B -> ~(A^B) in visitICmpInst()
2882 case ICmpInst::ICMP_EQ: { in visitICmpInst()
2951 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInst()
2965 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInst()
2981 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3000 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3018 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3032 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3404 case ICmpInst::ICMP_EQ: in visitICmpInst()
3682 if (I.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInst()
3769 Pred = ICmpInst::ICMP_EQ; in FoldFCmp_IntToFP_Cst()
3872 case ICmpInst::ICMP_EQ: // (float)int == 4.4 --> false in FoldFCmp_IntToFP_Cst()