Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp392 bool splitGEP(GetElementPtrInst *GEP);
1016 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) { in splitGEP() function in SeparateConstOffsetFromGEP
1190 Changed |= splitGEP(GEP); in run()