Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateIntCast

736         Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
781 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
1023 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
1443 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
1829 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv");
2320 index = CGF.Builder.CreateIntCast(index, CGF.PtrDiffTy, isSigned,
2591 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom");
2643 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom");