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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp874 GetElementPtrInst *SecondGEP = dyn_cast_or_null<GetElementPtrInst>(ResultPtr); local
875 if (isSwapCandidate && isLegalToSwapOperand(FirstGEP, SecondGEP, L))
876 swapGEPOperand(FirstGEP, SecondGEP);
1226 GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) {
1230 if (!SecondGEP || FirstGEP->getParent() != SecondGEP->getParent())
1233 if (FirstGEP == SecondGEP)
1237 unsigned SecondNum = SecondGEP->getNumOperands();
1243 Value *SecondBase = SecondGEP->getOperand(0);
1225 isLegalToSwapOperand( GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) argument

Completed in 108 milliseconds