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

  /external/llvm/include/llvm/IR/
Type.h 204 /// isArrayTy - True if this is an instance of ArrayType.
206 bool isArrayTy() const { return getTypeID() == ArrayTyID; }
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 229 } else if (CstTy->isArrayTy())
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 160 if (!AllocaTy->isArrayTy() ||
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 856 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
858 StoredVal->getType()->isArrayTy())
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 662 return Ty->isArrayTy();
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 660 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
Constants.cpp     [all...]
Verifier.cpp 464 Assert(GVar && GVar->getValueType()->isArrayTy(),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp 434 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 971 milliseconds