Searched refs:dominatesAllUses (Results 1 – 2 of 2) sorted by relevance
337 bool dominatesAllUses(const Instruction *DI, const Instruction *UI,
2635 bool InstCombiner::dominatesAllUses(const Instruction *DI, in dominatesAllUses() function in InstCombiner2732 if (Succ->getUniquePredecessor() && dominatesAllUses(SI, Icmp, Succ)) { in replacedSelectWithOperand()