Searched refs:isLarge (Results 1 – 5 of 5) sorted by relevance
95 if (LLVM_UNLIKELY(isLarge())) in initSmall()120 LLVM_ATTRIBUTE_ALWAYS_INLINE bool isLarge() const { return holdsLarge; } in isLarge() function134 assert(isLarge() && in getLarge()139 assert(isLarge() && in getLarge()154 if (LLVM_UNLIKELY(isLarge())) in ~MPInt()159 if (LLVM_UNLIKELY(o.isLarge())) in MPInt()
396 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine1077 isLarge(CalleeADC)) { in shouldInlineCall()
986 getSmallSize(NumOps, isResizable(Storage), isLarge(NumOps))) +992 static bool isLarge(size_t NumOps) { return NumOps > MaxSmallSize; }
807 bool isLarge(AnalysisDeclContext *ADC) const;
570 IsLarge = isLarge(NumOps); in Header()