Searched refs:UndefAllowed (Results 1 – 3 of 3) sorted by relevance
252 bool isConstantRange(bool UndefAllowed = true) const {254 (UndefAllowed || Range.isSingleElement()));272 const ConstantRange &getConstantRange(bool UndefAllowed = true) const {273 assert(isConstantRange(UndefAllowed) &&
96 bool UndefAllowed = true);100 ConstantRange getConstantRangeAtUse(const Use &U, bool UndefAllowed = true);
1636 bool UndefAllowed) { in getConstantRange() argument1644 if (Result.isConstantRange(UndefAllowed)) in getConstantRange()1645 return Result.getConstantRange(UndefAllowed); in getConstantRange()1654 bool UndefAllowed) { in getConstantRangeAtUse() argument1657 getConstantRange(V, cast<Instruction>(U.getUser()), UndefAllowed); in getConstantRangeAtUse()