Lines Matching refs:SelectInst
271 if (SelectInst *SI = dyn_cast<SelectInst>(Op0)) in visitMul()
556 if (SelectInst *SI = dyn_cast<SelectInst>(Op0)) in visitFMul()
731 SelectInst *SI = cast<SelectInst>(I.getOperand(1)); in SimplifyDivRemOfSelect()
814 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I)) in commonIDivTransforms()
887 if (SelectInst *SI = dyn_cast<SelectInst>(Op0)) in commonIDivTransforms()
907 return SelectInst::Create(Cmp, Op1, ConstantInt::get(I.getType(), 0)); in commonIDivTransforms()
989 return SelectInst::Create(ICI, Constant::getNullValue(I.getType()), in foldUDivNegCst()
1045 if (SelectInst *SI = dyn_cast<SelectInst>(Op1)) in visitUDivOperand()
1112 Inst = SelectInst::Create(cast<SelectInst>(ActionOp1)->getCondition(), in visitUDiv()
1254 if (SelectInst *SI = dyn_cast<SelectInst>(Op1)) in visitFDiv()
1262 if (SelectInst *SI = dyn_cast<SelectInst>(Op0)) in visitFDiv()
1387 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I)) in commonIRemTransforms()
1392 if (SelectInst *SI = dyn_cast<SelectInst>(Op0I)) { in commonIRemTransforms()
1539 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I)) in visitFRem()