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

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 67 /// SubclassData - This field is initialized to zero and may be used in
69 unsigned short SubclassData;
76 /// NoWrapFlags are bitfield indices into SubclassData.
100 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
    [all...]
  /external/llvm/include/llvm/
Value.h 67 /// SubclassOptionalData - This member is similar to SubclassData, however it
74 /// SubclassData - This member is defined by this class, but is not used for
77 unsigned short SubclassData;
313 unsigned short getSubclassDataFromValue() const { return SubclassData; }
314 void setValueSubclassData(unsigned short D) { SubclassData = D; }
Instructions.h 134 /// SubclassData field in Value to store whether or not the load is volatile.
611 unsigned short SubclassData = getSubclassDataFromInstruction();
612 setInstructionSubclassData((SubclassData & 31) |
    [all...]

Completed in 200 milliseconds