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

  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 416 if (elementTy->isArrayTy())
418 assert(elementTy->isArrayTy() && "Only pointers to arrays are supported");
425 while (elementTy->isArrayTy()) {
  /external/llvm/include/llvm/
Type.h 179 /// isArrayTy - True if this is an instance of ArrayType.
181 bool isArrayTy() const { return ID == ArrayTyID; }
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 539 if (PTy->getElementType()->isArrayTy() ||
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 662 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
664 StoredVal->getType()->isArrayTy())
774 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
847 DepSI->getValueOperand()->getType()->isArrayTy())
862 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 277 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) {
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp 411 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 389 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(),
    [all...]
ConstantFold.cpp 636 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 351 milliseconds