Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp795 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType(); in EmitScalarConversion() local
797 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv"); in EmitScalarConversion()
851 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType(); in EmitScalarConversion() local
853 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); in EmitScalarConversion()
854 else if (InputSigned) in EmitScalarConversion()
1101 bool InputSigned = SrcEltType->isSignedIntegerOrEnumerationType(); in VisitConvertVectorExpr() local
1103 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); in VisitConvertVectorExpr()
1104 else if (InputSigned) in VisitConvertVectorExpr()
1535 bool InputSigned = E->getType()->isSignedIntegerOrEnumerationType(); in VisitCastExpr() local
1537 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv"); in VisitCastExpr()