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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp344 bool splitGEP(GetElementPtrInst *GEP);
346 /// Function splitGEP already split the original GEP into a variadic part and
355 /// Function splitGEP already split the original GEP into a variadic part and
885 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) { function in class:SeparateConstOffsetFromGEP
1081 Changed |= splitGEP(GEP);

Completed in 44 milliseconds