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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp445 bool isLegalToSwapOperand(GetElementPtrInst *First, GetElementPtrInst *Second,
875 if (isSwapCandidate && isLegalToSwapOperand(FirstGEP, SecondGEP, L))
1225 bool SeparateConstOffsetFromGEP::isLegalToSwapOperand( function in class:SeparateConstOffsetFromGEP

Completed in 106 milliseconds