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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 59 typedef const MVT::SimpleValueType* vt_iterator; typedef in class:llvm::TargetRegisterClass
64 const vt_iterator VTs;
132 vt_iterator vt_begin() const {
136 vt_iterator vt_end() const {
137 vt_iterator I = VTs;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 38 typedef const EVT* vt_iterator; typedef in class:llvm::TargetRegisterClass
42 const vt_iterator VTs;
118 vt_iterator vt_begin() const {
122 vt_iterator vt_end() const {
123 vt_iterator I = VTs;

Completed in 721 milliseconds