Searched refs:SO1 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1998 Value *SO1 = Src->getOperand(1); in visitGEPOfGEP() local 2006 if (L->isLoopInvariant(GO1) && !L->isLoopInvariant(SO1)) { in visitGEPOfGEP() 2011 isKnownNonNegative(SO1, DL, 0, &AC, &GEP, &DT) && in visitGEPOfGEP() 2019 GEP.getSourceElementType(), NewSrc, {SO1}); in visitGEPOfGEP() 2127 Value *SO1 = Src->getOperand(Src->getNumOperands()-1); in visitGEPOfGEP() local 2134 if (SO1->getType() != GO1->getType()) in visitGEPOfGEP() 2138 simplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGEPOfGEP()
|