Home
last modified time | relevance | path

Searched refs:GEPIOp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8143 Value *GEPIOp = GEPI->getOperand(0); in tryUnmergingGEPsAcrossIndirectBr() local
8145 if (!isa<Instruction>(GEPIOp)) in tryUnmergingGEPsAcrossIndirectBr()
8147 auto *GEPIOpI = cast<Instruction>(GEPIOp); in tryUnmergingGEPsAcrossIndirectBr()
8165 for (User *Usr : GEPIOp->users()) { in tryUnmergingGEPsAcrossIndirectBr()
8184 if (UGEPI->getOperand(0) != GEPIOp) in tryUnmergingGEPsAcrossIndirectBr()
8224 assert(llvm::none_of(GEPIOp->users(), in tryUnmergingGEPsAcrossIndirectBr()