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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1951 Value *GO1 = GEP.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)) {
1978 Src->setOperand(1, GO1);
1987 Builder.CreateGEP(GEPEltType, SO0, GO1, Src->getName()));
2017 Value *GO1 = GEP.getOperand(1); local
2023 if (SO1->getType() != GO1->getType())
2027 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP));

Completed in 112 milliseconds