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