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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 557 SDNodeBitfields SDNodeBits;
649 SDNodeBits.IsMemIntrinsic;
691 bool getHasDebugValue() const { return SDNodeBits.HasDebugValue; }
692 void setHasDebugValue(bool b) { SDNodeBits.HasDebugValue = b; }
694 bool isDivergent() const { return SDNodeBits.IsDivergent; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 140 milliseconds