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