Lines Matching defs:InputSigned
1415 bool InputSigned = SrcElementType->isSignedIntegerOrEnumerationType();
1417 InputSigned = true;
1421 return Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
1422 if (InputSigned)
1551 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType();
1553 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
1910 bool InputSigned = SrcEltType->isSignedIntegerOrEnumerationType();
1912 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
1913 else if (InputSigned)
2517 bool InputSigned = E->getType()->isSignedIntegerOrEnumerationType();
2519 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");