Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1923 const VariableGEPIndex &Var0 = VarIndices[0], &Var1 = VarIndices[1]; in constantOffsetHeuristic() local
1925 if (Var0.ZExtBits != Var1.ZExtBits || Var0.SExtBits != Var1.SExtBits || in constantOffsetHeuristic()
1926 Var0.Scale != -Var1.Scale) in constantOffsetHeuristic()
1929 unsigned Width = Var1.V->getType()->getIntegerBitWidth(); in constantOffsetHeuristic()
1943 const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits, in constantOffsetHeuristic()