Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h141 bool HasCompileTimeConstantScale; member
159 OS << "], HasCompileTimeConstantScale=" << HasCompileTimeConstantScale in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp430 Decomposed.HasCompileTimeConstantScale = true; in DecomposeGEPExpression()
497 Decomposed.HasCompileTimeConstantScale = false; in DecomposeGEPExpression()
1042 if (!DecompGEP1.HasCompileTimeConstantScale || in aliasGEP()
1043 !DecompGEP2.HasCompileTimeConstantScale) in aliasGEP()