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