Searched refs:isLegalToSwapOperand (Results 1 – 1 of 1) sorted by relevance
471 bool isLegalToSwapOperand(GetElementPtrInst *First, GetElementPtrInst *Second,917 if (isSwapCandidate && isLegalToSwapOperand(FirstGEP, SecondGEP, L)) in lowerToSingleIndexGEPs()1299 bool SeparateConstOffsetFromGEP::isLegalToSwapOperand( in isLegalToSwapOperand() function in SeparateConstOffsetFromGEP