Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BP

982   llvm::Type *BP = Int8PtrTy;
983 if (Loc->getType() != BP)
984 Loc = Builder.CreateBitCast(Loc, BP);
1008 if (SrcPtr->getType() != BP)
1009 SrcPtr = Builder.CreateBitCast(SrcPtr, BP);