Home
last modified time | relevance | path

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

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