Searched defs:Int8PtrTy (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGVTT.cpp46 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int64Ty = CGM.Int64Ty; local
48 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
83 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
114 llvm::ArrayType::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
H A DCGVTables.cpp67 llvm::Type *Int8PtrTy = CGF.Int8PtrTy;
68 llvm::Value *V = CGF.Builder.CreateBitCast(Ptr, Int8PtrTy);
81 CGF.Builder.CreateBitCast(V, Int8PtrTy->getPointerTo());
524 llvm::Type *Int8PtrTy = CGM.Int8PtrTy; local
545 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
550 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
555 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
558 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
[all...]
H A DCGExprCXX.cpp1708 llvm::Type *Int8PtrTy = CGF.Int8PtrTy; local
1712 llvm::Type *Args[4] = { Int8PtrTy, Int8PtrTy, Int8PtrTy, PtrDiffTy };
1714 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, Args, false);
H A DCodeGenModule.h130 llvm::PointerType *Int8PtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon16142
H A DCGObjCMac.cpp143 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
154 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
175 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in class:__anon16127::ObjCCommonTypesHelper
405 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
406 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, args, false);
723 llvm::Type *params[] = { Int8PtrTy };
724 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy,
1944 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy);
2316 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy);
5237 Int8PtrTy, local
5245 Int8PtrTy, local
[all...]
/external/llvm/unittests/IR/
H A DConstantsTest.cpp126 Type *Int8PtrTy = Type::getInt8PtrTy(C); local
129 VectorType *Int8PtrVecTy = VectorType::get(Int8PtrTy, 4);
136 Constant::getNullValue(Int8PtrTy), Int64Ty));
141 Constant::getNullValue(Int8PtrTy), Int32PtrTy));
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp434 Type *Int8PtrTy = Type::getInt8PtrTy(AI->getType()->getContext()); local
435 if (AI->getType() == Int8PtrTy)
441 if (I->getType() != Int8PtrTy) continue;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp3062 PointerType *Int8PtrTy = Type::getInt8PtrTy(V.getContext()); local
3066 Constant *Cast = llvm::ConstantExpr::getBitCast(*I, Int8PtrTy);
3071 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size());

Completed in 471 milliseconds