Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BP

750   llvm::Type *BP = Builder.getInt8PtrTy(DestAS);
751 if (DestPtr->getType() != BP)
752 DestPtr = Builder.CreateBitCast(DestPtr, BP);