Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp285 Value *rebuildWithoutConstOffset();
679 Value *ConstantOffsetExtractor::rebuildWithoutConstOffset() { in rebuildWithoutConstOffset() function in ConstantOffsetExtractor
793 Value *IdxWithoutConstOffset = Extractor.rebuildWithoutConstOffset(); in Extract()