Searched refs:InputSigned (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp734 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType(); local
736 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
779 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType(); local
781 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
782 else if (InputSigned)
1021 bool InputSigned = SrcEltType->isSignedIntegerOrEnumerationType(); local
1023 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
1024 else if (InputSigned)
1441 bool InputSigned = E->getType()->isSignedIntegerOrEnumerationType(); local
1443 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "con
[all...]

Completed in 380 milliseconds