Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:i8p

852   llvm::Type *i8p = Builder.getInt8PtrTy();
854 llvm::Value *begin = Builder.CreateBitCast(dest, i8p, "vla.begin");
865 llvm::PHINode *cur = Builder.CreatePHI(i8p, 2, "vla.cur");