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

  /external/llvm/lib/Target/R600/
AMDGPUFrameLowering.cpp 86 if (AllocaType->isArrayTy()) {
  /external/llvm/include/llvm/IR/
Type.h 212 /// isArrayTy - True if this is an instance of ArrayType.
214 bool isArrayTy() const { return getTypeID() == ArrayTyID; }
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 736 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
738 StoredVal->getType()->isArrayTy())
848 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 471 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) {
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp 441 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 637 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
Verifier.cpp 403 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(),
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.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 369 milliseconds