Lines Matching defs:ForSigned
6959 bool ForSigned,
6962 ConstantRange::fromKnownBits(V.getKnownBits(SQ), ForSigned);
6963 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo);
6965 ForSigned ? ConstantRange::Signed : ConstantRange::Unsigned;
7029 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/false, SQ);
7031 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/false, SQ);
7062 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/true, SQ);
7064 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/true, SQ);
7124 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/false, SQ);
7126 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/false, SQ);
7153 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/true, SQ);
7155 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/true, SQ);
9686 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned,
9706 setLimitsForBinOp(*BO, Lower, Upper, IIQ, ForSigned);
9712 SI->getTrueValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1);
9714 SI->getFalseValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1);
9754 // TODO: Set "ForSigned" parameter via Cmp->isSigned()?
9756 computeConstantRange(Cmp->getOperand(1), /* ForSigned */ false,