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

  /external/llvm/lib/CodeGen/
Analysis.cpp 414 while (DeeperType->isAggregateType()) {
444 while (Next->isAggregateType() &&
458 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) {
475 } 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/Target/BPF/
BPFISelLowering.cpp 401 if (MF.getFunction()->getReturnType()->isAggregateType()) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 509 if (PtrTy->getElementType()->isAggregateType()) {
    [all...]
ConstantFolding.cpp 513 if (!SrcTy->isAggregateType())
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
NVPTXAsmPrinter.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 599 else if (ElemTy->isAggregateType()) {
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 875 bool Type::isAggregateType() const {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 890 milliseconds