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

  /external/llvm/lib/CodeGen/
Analysis.cpp 405 while (DeeperType->isAggregateType()) {
435 while (Next->isAggregateType() &&
449 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) {
466 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType());
  /external/llvm/include/llvm/IR/
Type.h 255 /// isAggregateType - Return true if the type is an aggregate type. This
260 bool isAggregateType() const {
  /external/clang/include/clang/AST/
CanonicalType.h 271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
Type.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
SLPVectorizer.cpp 897 if (Ty != SrcTy || Ty->isAggregateType() || Ty->isVectorTy()) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 552 if (Ty->isAggregateType() || Ty->isVectorTy()) {
697 if (Ty->isAggregateType()) {
    [all...]
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 507 if (!SrcTy->isAggregateType())
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 600 else if (ElemTy->isAggregateType()) {
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 878 bool Type::isAggregateType() const {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1022 milliseconds