Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h395 assert(isInstructionInitialized() && "Fragment has no instruction!"); in getInst()
399 assert(isInstructionInitialized() && "Fragment has no instruction!"); in getInstSize()
421 bool isInstructionInitialized() const { return InstInfo.IsInitialized; } in isInstructionInitialized() function