Searched refs:UndefAllowed (Results 1 – 3 of 3) sorted by relevance
250 bool isConstantRange(bool UndefAllowed = true) const {252 (UndefAllowed || Range.isSingleElement()));270 const ConstantRange &getConstantRange(bool UndefAllowed = true) const {271 assert(isConstantRange(UndefAllowed) &&
88 bool UndefAllowed = true);
1611 bool UndefAllowed) { in getConstantRange() argument1619 if (Result.isConstantRange(UndefAllowed)) in getConstantRange()1620 return Result.getConstantRange(UndefAllowed); in getConstantRange()