HomeSort by: relevance | last modified time | path
    Searched defs:SubclassID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanValue.h 55 const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast).
89 /// SubclassID field of the VPValue objects. They are used for concrete
117 unsigned getVPValueID() const { return SubclassID; }
288 const unsigned char SubclassID;
314 /// SubclassID field of the VPRecipeBase objects. They are used for concrete
334 VPDef(const unsigned char SC) : SubclassID(SC) {}
381 unsigned getVPDefID() const { return SubclassID; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 82 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast)
520 /// Value classes SubclassID field. They are used for concrete type
542 return SubclassID;
Metadata.h 66 const unsigned char SubclassID;
87 : SubclassID(ID), Storage(Storage), SubclassData1(false) {
102 unsigned getMetadataID() const { return SubclassID; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 71 unsigned SubclassID;
80 : Entity(N), InlinedAt(IA), SubclassID(ID) {}
88 unsigned getDbgEntityID() const { return SubclassID; }

Completed in 21 milliseconds