Home
last modified time | relevance | path

Searched refs:isLarge (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMPInt.h95 if (LLVM_UNLIKELY(isLarge())) in initSmall()
120 LLVM_ATTRIBUTE_ALWAYS_INLINE bool isLarge() const { return holdsLarge; } in isLarge() function
134 assert(isLarge() && in getLarge()
139 assert(isLarge() && in getLarge()
154 if (LLVM_UNLIKELY(isLarge())) in ~MPInt()
159 if (LLVM_UNLIKELY(o.isLarge())) in MPInt()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp396 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine
1077 isLarge(CalleeADC)) { in shouldInlineCall()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h986 getSmallSize(NumOps, isResizable(Storage), isLarge(NumOps))) +
992 static bool isLarge(size_t NumOps) { return NumOps > MaxSmallSize; }
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h807 bool isLarge(AnalysisDeclContext *ADC) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp570 IsLarge = isLarge(NumOps); in Header()