Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1906 auto &Phi1Use = std::get<1>(T); in foldBinopWithPhiOperands() local
1907 if (Phi0->getIncomingBlock(Phi0Use) != Phi1->getIncomingBlock(Phi1Use)) in foldBinopWithPhiOperands()
1910 Value *Phi1UseV = Phi1Use.get(); in foldBinopWithPhiOperands()