Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2127 auto &Phi0Use = std::get<0>(T); in foldBinopWithPhiOperands() local
2129 if (Phi0->getIncomingBlock(Phi0Use) != Phi1->getIncomingBlock(Phi1Use)) in foldBinopWithPhiOperands()
2131 Value *Phi0UseV = Phi0Use.get(); in foldBinopWithPhiOperands()