Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp265 Value *rebuildWithoutConstOffset();
589 Value *ConstantOffsetExtractor::rebuildWithoutConstOffset() { in rebuildWithoutConstOffset() function in ConstantOffsetExtractor
703 Value *IdxWithoutConstOffset = Extractor.rebuildWithoutConstOffset(); in Extract()