Lines Matching refs:ICMP_EQ

410       return new ICmpInst(ICmpInst::ICMP_EQ, Idx, FirstTrueIdx);  in FoldCmpLoadFromIndexedGlobal()
974 case ICmpInst::ICMP_EQ: in FoldICmpDivCst()
1143 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType())); in FoldICmpCstShrCst()
1157 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift)); in FoldICmpCstShrCst()
1159 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift)); in FoldICmpCstShrCst()
1199 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType())); in FoldICmpCstShlCst()
1205 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift)); in FoldICmpCstShlCst()
1414 if (ICI.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInstWithInstAndIntCst()
1527 ICI.getPredicate() == ICmpInst::ICMP_EQ ? ICmpInst::ICMP_UGT in visitICmpInstWithInstAndIntCst()
1540 return new ICmpInst(ICI.getPredicate() == ICmpInst::ICMP_EQ in visitICmpInstWithInstAndIntCst()
1570 if (ICI.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInstWithInstAndIntCst()
1622 Pred = ICmpInst::ICMP_EQ; in visitICmpInstWithInstAndIntCst()
1633 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInstWithInstAndIntCst()
1644 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInstWithInstAndIntCst()
1724 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
1791 return new ICmpInst(ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
1838 return new ICmpInst(ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
1940 return new ICmpInst(isICMP_NE ? ICmpInst::ICMP_EQ : in visitICmpInstWithInstAndIntCst()
2390 case ICmpInst::ICMP_EQ: in ProcessUMulZExtIdiom()
2522 case ICmpInst::ICMP_EQ: in ProcessUMulZExtIdiom()
2721 if (isChainSelectCmpBranch(SI) && Icmp->getPredicate() == ICmpInst::ICMP_EQ) { in replacedSelectWithOperand()
2786 case ICmpInst::ICMP_EQ: { // icmp eq i1 A, B -> ~(A^B) in visitICmpInst()
2976 case ICmpInst::ICMP_EQ: { in visitICmpInst()
3044 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInst()
3058 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInst()
3073 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3092 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3110 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3124 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3527 case ICmpInst::ICMP_EQ: in visitICmpInst()
3817 if (I.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInst()
3913 Pred = ICmpInst::ICMP_EQ; in FoldFCmp_IntToFP_Cst()
4016 case ICmpInst::ICMP_EQ: // (float)int == 4.4 --> false in FoldFCmp_IntToFP_Cst()