Lines Matching refs:getNullValue
686 NewInsts[Base] = ConstantInt::getNullValue(IndexType); in rewriteGEPAsOffset()
793 Constant *Index = ConstantInt::getNullValue(IndexType); in getAsConstantIndexedAddress()
894 Constant::getNullValue(Offset->getType())); in foldGEPICmp()
1163 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType())); in foldICmpShrConstConst()
1214 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType())); in foldICmpShlConstConst()
1498 ConstantInt::getNullValue(X->getType())); in foldICmpXorConstant()
1756 return new ICmpInst(NewPred, Trunc, Constant::getNullValue(NTy)); in foldICmpAndConstant()
1792 Builder.CreateICmp(Pred, P, ConstantInt::getNullValue(P->getType())); in foldICmpOrConstant()
1794 Builder.CreateICmp(Pred, Q, ConstantInt::getNullValue(Q->getType())); in foldICmpOrConstant()
1830 Constant::getNullValue(Mul->getType())); in foldICmpMulConstant()
1947 return new ICmpInst(Pred, X, Constant::getNullValue(ShType)); in foldICmpShlConstant()
1994 And, Constant::getNullValue(ShType)); in foldICmpShlConstant()
2643 Constant::getNullValue(BO->getType())); in foldICmpBinOpEqualityWithConstant()
2713 BO, Constant::getNullValue(RHS->getType())); in foldICmpBinOpEqualityWithConstant()
2721 Constant *Zero = Constant::getNullValue(BOp0->getType()); in foldICmpBinOpEqualityWithConstant()
2742 return new ICmpInst(Pred, BOp0, Constant::getNullValue(RHS->getType())); in foldICmpBinOpEqualityWithConstant()
2782 Cmp.setOperand(1, ConstantInt::getNullValue(Ty)); in foldICmpIntrinsicWithConstant()
2813 IsZero ? Constant::getNullValue(Ty) : Constant::getAllOnesValue(Ty); in foldICmpIntrinsicWithConstant()
2841 Constant::getNullValue(LHSI->getOperand(0)->getType())); in foldICmpInstWithConstantNotInt()
2905 Constant::getNullValue(LHSI->getOperand(0)->getType())); in foldICmpInstWithConstantNotInt()
3149 Constant::getNullValue(Op1->getType())); in foldICmpBinOp()
3153 return new ICmpInst(Pred, Constant::getNullValue(Op0->getType()), in foldICmpBinOp()
3290 return new ICmpInst(Pred, Constant::getNullValue(Op1->getType()), B); in foldICmpBinOp()
3293 return new ICmpInst(Pred, D, Constant::getNullValue(Op0->getType())); in foldICmpBinOp()
3348 Constant::getNullValue(SRem->getType())); in foldICmpBinOp()
3440 auto *Zero = Constant::getNullValue(BO0->getType()); in foldICmpBinOp()
3551 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType())); in foldICmpEquality()
3579 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType())); in foldICmpEquality()
3609 I.setOperand(1, Constant::getNullValue(Op1->getType())); in foldICmpEquality()
3654 return new ICmpInst(Pred, And, Constant::getNullValue(Cst1->getType())); in foldICmpEquality()
4450 Constant::getNullValue(Op1->getType())); in foldICmpUsingKnownBits()
4472 Constant::getNullValue(Op1->getType())); in foldICmpUsingKnownBits()
4739 Constant *Zero = Constant::getNullValue(NewX->getType()); in foldICmpWithHighBitMask()
4847 Constant *Zero = Constant::getNullValue(Op0->getType()); in visitICmpInst()
4894 return new ICmpInst(Pred, X, ConstantInt::getNullValue(X->getType())); in visitICmpInst()
4910 return new ICmpInst(Pred, X, ConstantInt::getNullValue(X->getType())); in visitICmpInst()
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()