Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp7869 Value *GEPIOp = GEPI->getOperand(0); in tryUnmergingGEPsAcrossIndirectBr() local
7871 if (!isa<Instruction>(GEPIOp)) in tryUnmergingGEPsAcrossIndirectBr()
7873 auto *GEPIOpI = cast<Instruction>(GEPIOp); in tryUnmergingGEPsAcrossIndirectBr()
7891 for (User *Usr : GEPIOp->users()) { in tryUnmergingGEPsAcrossIndirectBr()
7910 if (UGEPI->getOperand(0) != GEPIOp) in tryUnmergingGEPsAcrossIndirectBr()
7948 assert(llvm::none_of(GEPIOp->users(), in tryUnmergingGEPsAcrossIndirectBr()