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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1952 Value *SO1 = Src->getOperand(1); local
1953 // Reassociate the two GEPs if SO1 is variant in the loop and GO1 is
1956 if (L->isLoopInvariant(GO1) && !L->isLoopInvariant(SO1)) {
1979 GEP.setOperand(1, SO1);
1989 auto *NewGEP = GetElementPtrInst::Create(GEPEltType, NewSrc, {SO1});
2016 Value *SO1 = Src->getOperand(Src->getNumOperands()-1); local
2023 if (SO1->getType() != GO1->getType())
2027 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP));

Completed in 127 milliseconds