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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 114 Predicable,
358 return Flags & (1 << MCID::Predicable);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 115 Predicable,
264 bool isPredicable() const { return Flags & (1 << MCID::Predicable); }

Completed in 286 milliseconds