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

  /external/llvm/include/llvm/IR/
Type.h 211 /// isArrayTy - True if this is an instance of ArrayType.
213 bool isArrayTy() const { return getTypeID() == ArrayTyID; }
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 229 } else if (CstTy->isArrayTy())
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 155 if (!AllocaTy->isArrayTy() ||
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 836 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
838 StoredVal->getType()->isArrayTy())
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 406 } else if (T->isArrayTy()) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 494 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) {
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp 439 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 641 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
Constants.cpp     [all...]
Verifier.cpp 388 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.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 901 milliseconds