Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BP

897   llvm::Type *BP = Builder.getInt8PtrTy(DestAS);
898 if (DestPtr->getType() != BP)
899 DestPtr = Builder.CreateBitCast(DestPtr, BP);