HomeSort by relevance Sort by last modified time
    Searched refs:isAggregateType (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/CodeGen/
Analysis.cpp 403 while (DeeperType->isAggregateType()) {
433 while (Next->isAggregateType() &&
447 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) {
464 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType());
  /external/llvm/include/llvm/IR/
Type.h 265 /// isAggregateType - Return true if the type is an aggregate type. This
270 bool isAggregateType() const {
  /external/clang/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
Type.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 418 if (Ty->isAggregateType() || Ty->isVectorTy()) {
538 if (Ty->isAggregateType()) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 687 if (Ty != SrcTy || Ty->isAggregateType() || Ty->isVectorTy()) {
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 772 assert(DeclType->isAggregateType() &&
    [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 867 bool Type::isAggregateType() const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 571 milliseconds