Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h515 unsigned countNonConstantIndices() const { in countNonConstantIndices() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1548 unsigned NumNonConstantIndices1 = GEP1->countNonConstantIndices(); in OptimizePointerDifference()
1549 unsigned NumNonConstantIndices2 = GEP2->countNonConstantIndices(); in OptimizePointerDifference()