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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp373 bool splitGEP(GetElementPtrInst *GEP);
376 /// Function splitGEP already split the original GEP into a variadic part and
386 /// Function splitGEP already split the original GEP into a variadic part and
931 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) { function in class:SeparateConstOffsetFromGEP
1130 Changed |= splitGEP(GEP);

Completed in 38 milliseconds