Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

219     llvm::Type *DestType = Int8PtrTy;
232 llvm::Type *Type = Int8PtrTy;
831 Buf = Builder.CreateBitCast(Buf, Int8PtrTy);
836 Buf = Builder.CreateBitCast(Buf, Int8PtrTy);
1939 Value *Val = Builder.CreateCall(F, Builder.CreateBitCast(LdPtr, Int8PtrTy),
1990 Value *StPtr = Builder.CreateBitCast(EmitScalarExpr(E->getArg(1)), Int8PtrTy);
2888 llvm::Type *PtrTy = Int8PtrTy;
2896 llvm::Type *PtrTy = Int8PtrTy;
3114 Ops[1] = Builder.CreateBitCast(Ops[1], Int8PtrTy);
3154 Int8PtrTy);