Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp387 bool splitGEP(GetElementPtrInst *GEP);
962 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) { in splitGEP() function in SeparateConstOffsetFromGEP
1171 Changed |= splitGEP(GEP); in run()