Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BP

709   llvm::Type *BP = Builder.getInt8PtrTy(DestAS);
710 if (DestPtr->getType() != BP)
711 DestPtr = Builder.CreateBitCast(DestPtr, BP);