Searched refs:foldVectorSelect (Results 1 – 2 of 2) sorted by relevance
617 Instruction *foldVectorSelect(SelectInst &Sel);
2606 Instruction *InstCombinerImpl::foldVectorSelect(SelectInst &Sel) { in foldVectorSelect() function in InstCombinerImpl4298 if (Instruction *I = foldVectorSelect(SI)) in visitSelectInst()