Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h422 bool IsAliasedByAnother = false; variable
565 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother()
566 void setIsAliasedByAnother() { IsAliasedByAnother = true; } in setIsAliasedByAnother()