Searched refs:V0ZExtBits (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1635 unsigned V0ZExtBits = 0, V0SExtBits = 0, V1ZExtBits = 0, V1SExtBits = 0; in constantOffsetHeuristic() local 1636 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic() 1643 if (V0Scale != V1Scale || V0ZExtBits != V1ZExtBits || in constantOffsetHeuristic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1878 unsigned V0ZExtBits = 0, V0SExtBits = 0, V1ZExtBits = 0, V1SExtBits = 0; in constantOffsetHeuristic() local 1879 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic() 1886 if (V0Scale != V1Scale || V0ZExtBits != V1ZExtBits || in constantOffsetHeuristic()
|