Searched defs:isSmall (Results 1 – 7 of 7) sorted by relevance
80 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isSmall() const { in isSmall() function
234 bool isSmall() const { return Set.empty(); } in isSmall() function
365 [[nodiscard]] bool isSmall() const { return set_.empty(); } in isSmall() function
237 bool isSmall() const { return IsSmall; } in isSmall() function
187 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
144 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
438 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine