Lines Matching defs:InputSigned
1462 bool InputSigned = SrcElementType->isSignedIntegerOrEnumerationType();
1464 InputSigned = true;
1468 return Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
1469 if (InputSigned)
1602 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType();
1604 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
1962 bool InputSigned = SrcEltType->isSignedIntegerOrEnumerationType();
1964 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
1965 else if (InputSigned)
2570 bool InputSigned = E->getType()->isSignedIntegerOrEnumerationType();
2572 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");