Home
last modified time | relevance | path

Searched defs:ATy (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
DCtorUtils.cpp39 ArrayType *ATy = in removeGlobalCtors() local
DModuleUtils.cpp36 ArrayType *ATy = cast<ArrayType>(GVCtor->getType()->getElementType()); in appendToGlobalArray() local
/external/llvm/lib/IR/
DConstantFold.cpp353 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedSizeOf() local
412 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedAlignOf() local
477 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedOffsetOf() local
1273 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in isMaybeZeroSizedType() local
2011 if (auto *ATy = dyn_cast<ArrayType>(STy)) in isIndexInRangeOfSequentialType() local
2184 if (auto *ATy = dyn_cast<ArrayType>(Ty)) in ConstantFoldGetElementPtrImpl() local
DType.cpp98 if (auto *ATy = dyn_cast<ArrayType>(this)) { in isEmptyTy() local
156 if (auto *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
DVerifier.cpp499 if (ArrayType *ATy = dyn_cast<ArrayType>(GV.getValueType())) { in visitGlobalVariable() local
523 if (ArrayType *ATy = dyn_cast<ArrayType>(GVType)) { in visitGlobalVariable() local
/external/llvm/lib/CodeGen/
DAnalysis.cpp60 else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeLinearIndex() local
102 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeValueVTs() local
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp96 if (ArrayType *ATy = dyn_cast<ArrayType>( in emitArrayBound() local
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp181 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp388 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in NumRetVals() local
403 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in getRetComponentType() local
DInliner.cpp198 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in InlineCallIfPossible() local
DGlobalOpt.cpp516 if (ArrayType *ATy = dyn_cast<ArrayType>(STy)) in SRAGlobal() local
2267 if (ArrayType *ATy = dyn_cast<ArrayType>(InitTy)) in EvaluateStoreInto() local
2873 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size()); in setUsedInitializer() local
/external/llvm/include/llvm/IR/
DDataLayout.h520 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp438 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size()); in applyScopeRestrictions() local
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp454 ArrayType *ATy = ArrayType::get(i8PTy, MergedVars.size()); in emitUses() local
/external/llvm/lib/Analysis/
DLint.cpp428 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
DConstantFolding.cpp816 if (SequentialType *ATy = dyn_cast<SequentialType>(Ty)) { in SymbolicallyEvaluateGEP() local
DLoopAccessAnalysis.cpp1093 Type *ATy = APtr->getType()->getPointerElementType(); in isDependent() local
DScalarEvolutionExpander.cpp482 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy)) in expandAddToGEP() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp555 const ArrayType *ATy = Context.getAsArrayType(T); in fillInlineAsmTypeInfo() local
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp53 Type *ATy = Arg.getType(); in HexagonEvaluator() local
/external/clang/lib/AST/
DDeclPrinter.cpp125 else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType)) in GetBaseType() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2414 ArrayType *ATy = cast<ArrayType>(AllocaEltTy); in RewriteStoreUserOfWholeAlloca() local
2558 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in HasPadding() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1582 llvm::ArrayType *ATy = in EmitNullConstant() local
DCGAtomic.cpp50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1391 auto *ATy = dyn_cast<ArrayType>(Ty); in getOpenCLAlignment() local

12