Lines Matching defs:ForSigned
7199 bool ForSigned,
7202 ConstantRange::fromKnownBits(V.getKnownBits(SQ), ForSigned);
7203 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo);
7205 ForSigned ? ConstantRange::Signed : ConstantRange::Unsigned;
7269 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/false, SQ);
7271 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/false, SQ);
7302 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/true, SQ);
7304 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/true, SQ);
7361 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/false, SQ);
7363 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/false, SQ);
7390 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/true, SQ);
7392 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/true, SQ);
10087 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned,
10107 setLimitsForBinOp(*BO, Lower, Upper, IIQ, ForSigned);
10113 SI->getTrueValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1);
10115 SI->getFalseValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1);
10155 // TODO: Set "ForSigned" parameter via Cmp->isSigned()?
10157 computeConstantRange(Cmp->getOperand(1), /* ForSigned */ false,