Home
last modified time | relevance | path

Searched defs:isLarge (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDynamicAPInt.h79 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isLarge() const { in isLarge() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp396 bool isLarge(CostType Threshold) const { in isLarge() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp833 auto isLarge = [](OutputSection *osec) { in setReservedSymbolSections() local