Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h301 bool isAggregateType() const { in isAggregateType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h363 bool isAggregateType(SPIRVType *Type) const { in isAggregateType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h226 bool isAggregateType() const { return LLVMTy->isAggregateType(); } in isAggregateType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2410 bool Type::isAggregateType() const { in isAggregateType() function in Type