Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp293 assert(!Result.isAliasedByAnother() && "Modifying this opcode will modify aliases"); in getActionDefinitionsBuilder()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h394 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother() function