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

  /external/llvm/include/llvm/IR/
Type.h 69 ArrayTyID, ///< 13: Arrays
214 bool isArrayTy() const { return getTypeID() == ArrayTyID; }
269 return getTypeID() == StructTyID || getTypeID() == ArrayTyID;
284 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
DerivedTypes.h 159 return T->getTypeID() == ArrayTyID ||
323 return T->getTypeID() == ArrayTyID ||
352 return T->getTypeID() == ArrayTyID;
  /external/llvm/lib/IR/
DataLayout.cpp 522 case Type::ArrayTyID: {
578 case Type::ArrayTyID:
Type.cpp 679 : SequentialType(ArrayTyID, ElType) {
AsmWriter.cpp 270 case Type::ArrayTyID: {
    [all...]
Constants.cpp 140 case Type::ArrayTyID:
    [all...]
Core.cpp 187 case Type::ArrayTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 80 case Type::ArrayTyID: return 'A';
128 // TODO: Support other types such as StructTyID, ArrayTyID, OpaqueTyID, etc.
176 // TODO: Support other types such as StructTyID, ArrayTyID, OpaqueTyID, etc.
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 203 case Type::ArrayTyID:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 189 case Type::ArrayTyID: return "array_";
396 case Type::ArrayTyID: prefix = "ArrayTy_"; break;
629 case Type::ArrayTyID: {
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 274 case Type::ArrayTyID: {
GlobalOpt.cpp 326 case Type::ArrayTyID:
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 288 case Type::ArrayTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 366 case Type::ArrayTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 357 case Type::ArrayTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 313 case Type::ArrayTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 322 case Type::ArrayTyID: {
    [all...]

Completed in 1871 milliseconds