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

/external/llvm/include/llvm/
H A DType.h198 /// isArrayTy - True if this is an instance of ArrayType.
200 bool isArrayTy() const { return getTypeID() == ArrayTyID; } function in class:llvm::Type
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp736 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
738 StoredVal->getType()->isArrayTy())
848 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
921 DepSI->getValueOperand()->getType()->isArrayTy())
936 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy())
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp482 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) {
H A DInstructionCombining.cpp976 if (TD && SrcElTy->isArrayTy() &&
994 if (TD && SrcElTy->isArrayTy() && ResElTy->isIntegerTy(8)) {
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1504 assert((V->getType()->isStructTy() || V->getType()->isArrayTy()) &&
H A DScalarEvolution.cpp435 if (Ty->isStructTy() || Ty->isArrayTy()) {
/external/llvm/lib/VMCore/
H A DConstantFold.cpp636 if (Ty->isStructTy() || Ty->isArrayTy()) {
H A DVerifier.cpp399 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(),
H A DConstants.cpp1174 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) &&
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2561 if (!Ty->isArrayTy() || cast<ArrayType>(Ty)->getNumElements() != 0)
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2429 if (Init->getType()->isArrayTy())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1085 if (C->getType()->isStructTy() || C->getType()->isArrayTy()) {

Completed in 292 milliseconds