Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h428 bool IsAliasedByAnother = false; variable
571 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother()
572 void setIsAliasedByAnother() { IsAliasedByAnother = true; } in setIsAliasedByAnother()