Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DestPTy

1173     Type *DestPTy =
1175 DestPTy = PointerType::get(DestPTy,
1178 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);