Searched defs:isLarge (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | DynamicAPInt.h | 79 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isLarge() const { isLarge() function |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUSplitModule.cpp | 395 bool isLarge(CostType Threshold) const { isLarge() function |
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | ExprEngineCallAndReturn.cpp | 448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { isLarge() function in ExprEngine |
/llvm-project/lld/ELF/ | ||
H A D | Writer.cpp | 818 auto isLarge = [](OutputSection *osec) { setReservedSymbolSections() local |