Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1286 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType(); in EmitScalarConversion() local
1288 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv"); in EmitScalarConversion()
1376 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType(); in EmitScalarConversion() local
1378 InputSigned = true; in EmitScalarConversion()
1381 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); in EmitScalarConversion()
1382 else if (InputSigned) in EmitScalarConversion()
1694 bool InputSigned = SrcEltType->isSignedIntegerOrEnumerationType(); in VisitConvertVectorExpr() local
1696 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); in VisitConvertVectorExpr()
1697 else if (InputSigned) in VisitConvertVectorExpr()
2151 bool InputSigned = E->getType()->isSignedIntegerOrEnumerationType(); in VisitCastExpr() local
[all …]