Home
last modified time | relevance | path

Searched refs:isArrayTy (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/IR/
DType.h216 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp819 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in CanCoerceMustAliasedValueToLoad()
821 StoredVal->getType()->isArrayTy()) in CanCoerceMustAliasedValueToLoad()
931 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in AnalyzeLoadFromClobberingWrite()
1004 DepSI->getValueOperand()->getType()->isArrayTy()) in AnalyzeLoadFromClobberingStore()
1019 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in AnalyzeLoadFromClobberingLoad()
DSROA.cpp3003 if ((!SliceTy || (SliceTy->isArrayTy() && in rewritePartition()
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp406 } else if (T->isArrayTy()) { in getOrCreateType()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp471 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) { in InstCombineStoreToCast()
DInstructionCombining.cpp1235 if (TD && SrcElTy->isArrayTy() && in visitGetElementPtrInst()
1286 SrcElTy->isArrayTy()) { in visitGetElementPtrInst()
/external/llvm/lib/Analysis/
DValueTracking.cpp1626 assert((V->getType()->isStructTy() || V->getType()->isArrayTy()) && in FindInsertedValue()
DScalarEvolution.cpp441 if (Ty->isStructTy() || Ty->isArrayTy()) { in isOffsetOf()
/external/llvm/lib/IR/
DConstantFold.cpp638 if (Ty->isStructTy() || Ty->isArrayTy()) { in ConstantFoldCastInstruction()
DVerifier.cpp427 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(), in visitGlobalValue()
DConstants.cpp1231 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1753 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in FastLowerArguments()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2440 if (Init->getType()->isArrayTy()) in EvaluateStoreInto()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp3032 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in FastLowerArguments()
/external/llvm/lib/AsmParser/
DLLParser.cpp2854 if (!Ty->isArrayTy() || cast<ArrayType>(Ty)->getNumElements() != 0) in ConvertValIDToValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1116 if (C->getType()->isStructTy() || C->getType()->isArrayTy()) { in getValueImpl()