Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BP

1036   llvm::Type *BP = Int8PtrTy;
1037 if (Loc->getType() != BP)
1038 Loc = Builder.CreateBitCast(Loc, BP);
1062 if (SrcPtr->getType() != BP)
1063 SrcPtr = Builder.CreateBitCast(SrcPtr, BP);