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

  /external/llvm/lib/CodeGen/
Analysis.cpp 418 while (DeeperType->isAggregateType()) {
448 while (Next->isAggregateType() &&
462 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) {
479 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType());
  /external/llvm/include/llvm/IR/
Type.h 248 /// isAggregateType - Return true if the type is an aggregate type. This
253 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/InstCombine/
InstCombineLoadStoreAlloca.cpp 521 if (!T->isAggregateType())
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 291 if (!PtrTy || PtrTy->isAggregateType())
LoopAccessAnalysis.cpp 829 if (PtrTy->getElementType()->isAggregateType()) {
    [all...]
ConstantFolding.cpp 512 if (!SrcTy->isAggregateType())
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 400 if (MF.getFunction()->getReturnType()->isAggregateType()) {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.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 622 else if (ElemTy->isAggregateType()) {
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 992 milliseconds