Lines Matching refs:setOperand
1487 Cmp.setOperand(0, X); in foldICmpXorConstant()
1594 Cmp.setOperand(1, ConstantInt::get(And->getType(), NewCst)); in foldICmpAndShift()
1596 And->setOperand(1, ConstantInt::get(And->getType(), NewAndCst)); in foldICmpAndShift()
1597 And->setOperand(0, Shift->getOperand(0)); in foldICmpAndShift()
1616 Cmp.setOperand(0, NewAnd); in foldICmpAndShift()
1700 Cmp.setOperand(0, NewAnd); in foldICmpAndConstConst()
2772 Cmp.setOperand(0, II->getArgOperand(0)); in foldICmpIntrinsicWithConstant()
2773 Cmp.setOperand(1, ConstantInt::get(Ty, C.byteSwap())); in foldICmpIntrinsicWithConstant()
2781 Cmp.setOperand(0, II->getArgOperand(0)); in foldICmpIntrinsicWithConstant()
2782 Cmp.setOperand(1, ConstantInt::getNullValue(Ty)); in foldICmpIntrinsicWithConstant()
2797 Cmp.setOperand(0, Builder.CreateAnd(II->getArgOperand(0), Mask1)); in foldICmpIntrinsicWithConstant()
2798 Cmp.setOperand(1, ConstantInt::get(Ty, Mask2)); in foldICmpIntrinsicWithConstant()
2811 Cmp.setOperand(0, II->getArgOperand(0)); in foldICmpIntrinsicWithConstant()
2814 Cmp.setOperand(1, NewOp); in foldICmpIntrinsicWithConstant()
3608 I.setOperand(0, Op1); in foldICmpEquality()
3609 I.setOperand(1, Constant::getNullValue(Op1->getType())); in foldICmpEquality()
4105 TI->setOperand(0, Mul); in processUMulZExtIdiom()
5341 I->setOperand(0, X); in foldFabsWithFcmpZero()
5423 I.setOperand(1, Constant::getNullValue(Op0->getType())); in visitFCmpInst()
5432 I.setOperand(1, Constant::getNullValue(Op0->getType())); in visitFCmpInst()
5441 I.setOperand(0, ConstantFP::getNullValue(Op0->getType())); in visitFCmpInst()
5445 I.setOperand(1, ConstantFP::getNullValue(Op0->getType())); in visitFCmpInst()
5468 I.setOperand(1, ConstantFP::getNullValue(Op1->getType())); in visitFCmpInst()