Home
last modified time | relevance | path

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

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