Searched refs:fromKnownBits (Results 1 – 4 of 4) sorted by relevance
93 static ConstantRange fromKnownBits(const KnownBits &Known, bool IsSigned);
498 ConstantRange::fromKnownBits(Known, /*IsSigned=*/false); in processSwitchInst()
57 ConstantRange ConstantRange::fromKnownBits(const KnownBits &Known, in fromKnownBits() function in ConstantRange
4167 ConstantRange CR1 = ConstantRange::fromKnownBits(Known, ForSigned); in computeConstantRangeIncludingKnownBits()4182 ConstantRange LHSRange = ConstantRange::fromKnownBits(LHSKnown, false); in computeOverflowForUnsignedMul()4183 ConstantRange RHSRange = ConstantRange::fromKnownBits(RHSKnown, false); in computeOverflowForUnsignedMul()