Home | History | Annotate | Download | only in CodeGen

Lines Matching full:issigned

1470   if (Info.IsSigned) {
1485 Val = Builder.CreateIntCast(Val, ResLTy, Info.IsSigned, "bf.cast");
1668 /*IsSigned=*/false);
1709 if (Info.IsSigned) {
1718 ResultVal = Builder.CreateIntCast(ResultVal, ResLTy, Info.IsSigned,