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 68 /// SubclassData - This field is initialized to zero and may be used in
70 unsigned short SubclassData;
77 /// NoWrapFlags are bitfield indices into SubclassData.
101 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 65 /// SubclassOptionalData - This member is similar to SubclassData, however it
72 /// SubclassData - This member is defined by this class, but is not used for
75 unsigned short SubclassData;
316 unsigned short getSubclassDataFromValue() const { return SubclassData; }
317 void setValueSubclassData(unsigned short D) { SubclassData = D; }
Instructions.h 136 /// SubclassData field in Value to store whether or not the load is volatile.
612 unsigned short SubclassData = getSubclassDataFromInstruction();
613 setInstructionSubclassData((SubclassData & 31) |
    [all...]

Completed in 271 milliseconds