HomeSort by relevance Sort by last modified time
    Searched defs:StructTyID (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 63 StructTyID, ///< 11: Structures
177 bool isStructTy() const { return ID == StructTyID; }
230 return ID == StructTyID || ID == ArrayTyID;
244 if (ID != StructTyID && ID != ArrayTyID && ID != VectorTyID)
  /external/llvm/include/llvm/IR/
Type.h 72 StructTyID, ///< 13: Structures
205 bool isStructTy() const { return getTypeID() == StructTyID; }
246 return getTypeID() == StructTyID || getTypeID() == ArrayTyID;
260 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&

Completed in 3821 milliseconds