Lines Matching refs:IsSigned
1286 if (Info.IsSigned) {1301 Val = Builder.CreateIntCast(Val, ResLTy, Info.IsSigned, "bf.cast");1442 /*IsSigned=*/false);1486 if (Info.IsSigned) {1495 ResultVal = Builder.CreateIntCast(ResultVal, ResLTy, Info.IsSigned,