Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DType.h200 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp736 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in CanCoerceMustAliasedValueToLoad()
738 StoredVal->getType()->isArrayTy()) in CanCoerceMustAliasedValueToLoad()
848 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in AnalyzeLoadFromClobberingWrite()
921 DepSI->getValueOperand()->getType()->isArrayTy()) in AnalyzeLoadFromClobberingStore()
936 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in AnalyzeLoadFromClobberingLoad()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp482 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) { in InstCombineStoreToCast()
DInstructionCombining.cpp976 if (TD && SrcElTy->isArrayTy() && in visitGetElementPtrInst()
994 if (TD && SrcElTy->isArrayTy() && ResElTy->isIntegerTy(8)) { in visitGetElementPtrInst()
/external/llvm/lib/Analysis/
DValueTracking.cpp1504 assert((V->getType()->isStructTy() || V->getType()->isArrayTy()) && in FindInsertedValue()
DScalarEvolution.cpp435 if (Ty->isStructTy() || Ty->isArrayTy()) { in isOffsetOf()
/external/llvm/lib/VMCore/
DVerifier.cpp399 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(), in visitGlobalValue()
DConstantFold.cpp636 if (Ty->isStructTy() || Ty->isArrayTy()) { in ConstantFoldCastInstruction()
DConstants.cpp1174 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2429 if (Init->getType()->isArrayTy()) in EvaluateStoreInto()
/external/llvm/lib/AsmParser/
DLLParser.cpp2561 if (!Ty->isArrayTy() || cast<ArrayType>(Ty)->getNumElements() != 0) in ConvertValIDToValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1085 if (C->getType()->isStructTy() || C->getType()->isArrayTy()) { in getValueImpl()