Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateIntCast

698         Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
743 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
995 Idx = Builder.CreateIntCast(Idx, CGF.Int32Ty, IdxSigned, "vecidxcast");
1346 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
1727 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv");
2221 index = CGF.Builder.CreateIntCast(index, CGF.PtrDiffTy, isSigned,
2492 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom");
2544 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom");