Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getSigned

2046     return SelectInst::Create(A, ConstantInt::getSigned(I.getType(), -1), Op1);
2048 return SelectInst::Create(A, ConstantInt::getSigned(I.getType(), -1), Op0);