Lines Matching refs:CreateIntCast
998 Check = Builder.CreateIntCast(Dst, SrcTy, DstSigned, "anyext"); in EmitIntegerTruncationCheckHelper()
1288 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv"); in EmitScalarConversion()
1339 return Builder.CreateIntCast(Src, DstTy, false, "conv"); in EmitScalarConversion()
1381 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); in EmitScalarConversion()
1457 Result = Builder.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize"); in EmitFixedPointConversion()
1467 Result = Builder.CreateIntCast(Result, UpscaledTy, SrcIsSigned, "resize"); in EmitFixedPointConversion()
1496 Result = Builder.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize"); in EmitFixedPointConversion()
1696 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); in VisitConvertVectorExpr()
2153 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv"); in VisitCastExpr()
2625 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv"); in VisitOffsetOfExpr()
3174 index = CGF.Builder.CreateIntCast(index, DL.getIntPtrType(PtrTy), isSigned, in emitPointerArithmetic()
3449 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom"); in EmitShl()
3516 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom"); in EmitShr()
4477 auto *IndexS = Builder.CreateIntCast(Index, IntPtrTy, /*isSigned=*/true); in EmitCheckedInBoundsGEP()