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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2326 Value *NGEP = local
2330 NGEP->takeName(&GEP);
2333 if (NGEP->getType()->getPointerAddressSpace() != GEP.getAddressSpace())
2334 return new AddrSpaceCastInst(NGEP, GEPType);
2336 return replaceInstUsesWith(GEP, NGEP);
2374 Value *NGEP = local
2379 if (NGEP->getType() == GEPType)
2380 return replaceInstUsesWith(GEP, NGEP);
2381 NGEP->takeName(&GEP);
2383 if (NGEP
[all...]

Completed in 109 milliseconds