Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CreateIntToPtr

1673       return IRB.CreateIntToPtr(IRB.CreateBitCast(V, DL.getIntPtrType(NewTy)),
1678 return IRB.CreateIntToPtr(IRB.CreateBitCast(V, DL.getIntPtrType(NewTy)),
1681 return IRB.CreateIntToPtr(V, NewTy);