Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CreateIntToPtr

1589       return IRB.CreateIntToPtr(IRB.CreateBitCast(V, DL.getIntPtrType(NewTy)),
1594 return IRB.CreateIntToPtr(IRB.CreateBitCast(V, DL.getIntPtrType(NewTy)),
1597 return IRB.CreateIntToPtr(V, NewTy);