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.cpp1905 auto &Phi0Use = std::get<0>(T); in foldBinopWithPhiOperands() local
1907 if (Phi0->getIncomingBlock(Phi0Use) != Phi1->getIncomingBlock(Phi1Use)) in foldBinopWithPhiOperands()
1909 Value *Phi0UseV = Phi0Use.get(); in foldBinopWithPhiOperands()