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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h427 FunctionPass *createSeparateConstOffsetFromGEPPass(bool LowerGEP = false);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp81 // Another improvement enabled by the LowerGEP flag is to lower a GEP with
349 SeparateConstOffsetFromGEP(bool LowerGEP = false)
350 : FunctionPass(ID), LowerGEP(LowerGEP) {
396 /// LowerGEP is true, it finds in indices of both sequential and structure
457 bool LowerGEP; member in class:__anon5722::SeparateConstOffsetFromGEP
480 FunctionPass *llvm::createSeparateConstOffsetFromGEPPass(bool LowerGEP) { argument
481 return new SeparateConstOffsetFromGEP(LowerGEP);
800 } else if (LowerGEP) {
952 // If LowerGEP i
[all...]

Completed in 108 milliseconds