Lines Matching refs:ICMP_EQ
417 return new ICmpInst(ICmpInst::ICMP_EQ, Idx, FirstTrueIdx); in FoldCmpLoadFromIndexedGlobal()
1300 case ICmpInst::ICMP_EQ: in FoldICmpDivCst()
1469 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType())); in FoldICmpCstShrCst()
1483 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift)); in FoldICmpCstShrCst()
1485 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift)); in FoldICmpCstShrCst()
1525 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType())); in FoldICmpCstShlCst()
1531 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift)); in FoldICmpCstShlCst()
1739 if (ICI.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInstWithInstAndIntCst()
1852 ICI.getPredicate() == ICmpInst::ICMP_EQ ? ICmpInst::ICMP_UGT in visitICmpInstWithInstAndIntCst()
1865 return new ICmpInst(ICI.getPredicate() == ICmpInst::ICMP_EQ in visitICmpInstWithInstAndIntCst()
1895 if (ICI.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInstWithInstAndIntCst()
1947 Pred = ICmpInst::ICMP_EQ; in visitICmpInstWithInstAndIntCst()
1958 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInstWithInstAndIntCst()
1969 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInstWithInstAndIntCst()
2049 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
2136 return new ICmpInst(ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
2183 return new ICmpInst(ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
2297 return new ICmpInst(isICMP_NE ? ICmpInst::ICMP_EQ : in visitICmpInstWithInstAndIntCst()
2748 case ICmpInst::ICMP_EQ: in ProcessUMulZExtIdiom()
2880 case ICmpInst::ICMP_EQ: in ProcessUMulZExtIdiom()
3076 if (isChainSelectCmpBranch(SI) && Icmp->getPredicate() == ICmpInst::ICMP_EQ) { in replacedSelectWithOperand()
3196 case ICmpInst::ICMP_EQ: { // icmp eq i1 A, B -> ~(A^B) in visitICmpInst()
3361 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, Builder->getInt(*AI)); in visitICmpInst()
3414 case ICmpInst::ICMP_EQ: { in visitICmpInst()
3482 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInst()
3496 return new ICmpInst(ICmpInst::ICMP_EQ, X, in visitICmpInst()
3511 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3530 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3548 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3562 return new ICmpInst(ICmpInst::ICMP_EQ, Op0, in visitICmpInst()
3631 ICmpInst::Predicate Pred = I.getPredicate() == ICmpInst::ICMP_EQ in visitICmpInst()
3986 case ICmpInst::ICMP_EQ: in visitICmpInst()
4276 if (I.getPredicate() == ICmpInst::ICMP_EQ) in visitICmpInst()
4372 Pred = ICmpInst::ICMP_EQ; in FoldFCmp_IntToFP_Cst()
4475 case ICmpInst::ICMP_EQ: // (float)int == 4.4 --> false in FoldFCmp_IntToFP_Cst()