Searched refs:findSelectThroughCast (Results 1 – 1 of 1) sorted by relevance
694 static SelectInst *findSelectThroughCast(Value *V, CastInst *&Cast) { in findSelectThroughCast() function716 SelectInst *Sel = findSelectThroughCast(BO.getOperand(0), CastOp); in foldBinOpIntoSelect()719 Sel = findSelectThroughCast(BO.getOperand(1), CastOp); in foldBinOpIntoSelect()