Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

95   Int8PtrTy = Int8Ty->getPointerTo(0);
96 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0);
630 Int8PtrTy);
635 llvm::ArrayType *ATy = llvm::ArrayType::get(Int8PtrTy, UsedArray.size());
741 llvm::ConstantExpr::getBitCast(GV, Int8PtrTy),
742 llvm::ConstantExpr::getBitCast(AnnoGV, Int8PtrTy),
743 llvm::ConstantExpr::getBitCast(UnitGV, Int8PtrTy),
2017 Fields[2] = llvm::ConstantExpr::getBitCast(Fields[2], Int8PtrTy);