HomeSort by relevance Sort by last modified time
    Searched defs:Int8PtrTy (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGVTT.cpp 46 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int64Ty = CGM.Int64Ty;
48 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
83 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
114 llvm::ArrayType::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
CGVTables.cpp 67 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;
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...]
CGExprCXX.cpp     [all...]
CodeGenModule.h 130 llvm::PointerType *Int8PtrTy;
    [all...]
CGObjCMac.cpp 143 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
154 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
175 llvm::Type *Int8PtrTy, *Int8PtrPtrTy;
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,
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 126 Type *Int8PtrTy = Type::getInt8PtrTy(C);
129 VectorType *Int8PtrVecTy = VectorType::get(Int8PtrTy, 4);
136 Constant::getNullValue(Int8PtrTy), Int64Ty));
141 Constant::getNullValue(Int8PtrTy), Int32PtrTy));
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 434 Type *Int8PtrTy = Type::getInt8PtrTy(AI->getType()->getContext());
435 if (AI->getType() == Int8PtrTy)
441 if (I->getType() != Int8PtrTy) continue;
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 406 milliseconds