Searched refs:foldSelectExtConst (Results 1 – 2 of 2) sorted by relevance
713 Instruction *foldSelectExtConst(SelectInst &Sel);
1912 Instruction *InstCombinerImpl::foldSelectExtConst(SelectInst &Sel) { in foldSelectExtConst() function in InstCombinerImpl2913 if (Instruction *I = foldSelectExtConst(SI)) in visitSelectInst()