Searched refs:isSizeLargerThan (Results 1 – 3 of 3) sorted by relevance
228 bool isSizeLargerThan(uint64_t MaxSize) const;
339 ConstantRange::isSizeLargerThan(uint64_t MaxSize) const { in isSizeLargerThan() function in ConstantRange
614 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()