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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp580 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType(); local
582 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
626 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType(); local
628 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
629 else if (InputSigned)
1170 bool InputSigned = E->getType()->isSignedIntegerOrEnumerationType(); local
1172 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");

Completed in 29 milliseconds