Home
last modified time | relevance | path

Searched refs:isDataAtom (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMCAtom.cpp52 if (isDataAtom()) { in split()
82 if (isDataAtom()) { in truncate()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAtom.h50 bool isDataAtom() { return Type == DataAtom; } in isDataAtom() function