Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateIntCast

733         Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
778 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
1002 Idx = Builder.CreateIntCast(Idx, CGF.Int32Ty, IdxSigned, "vecidxcast");
1353 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
1738 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv");
2225 index = CGF.Builder.CreateIntCast(index, CGF.PtrDiffTy, isSigned,
2496 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom");
2548 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom");