Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IsInputSigned

1429   bool IsInputSigned = isa<SIToFPInst>(OpI);
1441 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned;
1447 if (IsInputSigned && IsOutputSigned)