Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerInfo.cpp295 assert(!Result.isAliasedByAnother() && "Modifying this opcode will modify aliases"); in getActionDefinitionsBuilder()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDLegalizerInfo.h571 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother() function