Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h144 bool HasCompileTimeConstantScale; member
162 OS << "], HasCompileTimeConstantScale=" << HasCompileTimeConstantScale in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp439 Decomposed.HasCompileTimeConstantScale = true; in DecomposeGEPExpression()
506 Decomposed.HasCompileTimeConstantScale = false; in DecomposeGEPExpression()
1051 if (!DecompGEP1.HasCompileTimeConstantScale || in aliasGEP()
1052 !DecompGEP2.HasCompileTimeConstantScale) in aliasGEP()