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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp265 Value *rebuildWithoutConstOffset();
306 /// A data structure used in rebuildWithoutConstOffset. Contains all
563 // rebuildWithoutConstOffset. Zero is a valid constant offset, but doesn't
589 Value *ConstantOffsetExtractor::rebuildWithoutConstOffset() { function in class:ConstantOffsetExtractor
703 Value *IdxWithoutConstOffset = Extractor.rebuildWithoutConstOffset();

Completed in 64 milliseconds