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

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 672 struct mvt_iterator { struct
674 mvt_iterator(SimpleValueType VT) : VT(VT) {} function in struct:llvm::MVT::mvt_iterator
676 bool operator!=(const mvt_iterator &LHS) const { return VT != LHS.VT; }
677 mvt_iterator& operator++() {
685 typedef iterator_range<mvt_iterator> mvt_range;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MachineValueType.h 991 struct mvt_iterator { struct
994 mvt_iterator(SimpleValueType VT) : VT(VT) {} function in struct:llvm::MVT::mvt_iterator
997 bool operator!=(const mvt_iterator &LHS) const { return VT != LHS.VT; }
999 mvt_iterator& operator++() {
1008 using mvt_range = iterator_range<mvt_iterator>;
    [all...]

Completed in 138 milliseconds