HomeSort by relevance Sort by last modified time
    Searched refs:PointerType (Results 76 - 100 of 214) sorted by null

1 2 34 5 6 7 8 9

  /external/llvm/include/llvm/
Instructions.h 90 PointerType *getType() const {
91 return reinterpret_cast<PointerType*>(Instruction::getType());
228 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
351 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
523 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
667 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
765 PointerType *getType() const {
766 return reinterpret_cast<PointerType*>(Instruction::getType());
799 return cast<PointerType>(getType())->getAddressSpace();
803 /// PointerType
    [all...]
Constants.h 35 class PointerType;
497 explicit ConstantPointerNull(PointerType *T)
508 static ConstantPointerNull *get(PointerType *T);
512 /// getType - Specialize the getType() method to always return an PointerType,
515 inline PointerType *getType() const {
516 return reinterpret_cast<PointerType*>(Value::getType());
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 268 const clang::PointerType *PT =
269 UNSAFE_CAST_TYPE(const clang::PointerType, T);
452 const clang::PointerType *PT =
453 UNSAFE_CAST_TYPE(const clang::PointerType, T);
688 UNSAFE_CAST_TYPE(const clang::PointerType, T), TypeName);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 231 if (const PointerType *ptr = type->getAs<PointerType>()) {
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 95 ArgsTy.push_back(PointerType::get(IntegerType::getInt8Ty(Context), 0));
96 ArgsTy.push_back(PointerType::get(IntegerType::getInt32Ty(Context), 0));
97 ArgsTy.push_back(PointerType::get(IntegerType::getInt64Ty(Context), 0));
214 return PointerType::get(Ty, 0);
485 DestTy = PointerType::get(DestTy, 0);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 113 PointerType::getUnqual(Type::getInt8Ty(Context)),
144 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context));
923 ResultTy = PointerType::get(ResultTy, AddressSpace);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 90 cast<llvm::PointerType>(DestPtr->getType())->getAddressSpace();
125 cast<llvm::PointerType>(DestPtr->getType())->getAddressSpace();
    [all...]
CGExprAgg.cpp     [all...]
CGExprScalar.cpp 123 cast<llvm::PointerType>(V->getType()));
530 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
536 assert(isa<llvm::PointerType>(Src->getType()));
573 if (isa<llvm::PointerType>(DstTy)) {
575 if (isa<llvm::PointerType>(SrcTy))
589 if (isa<llvm::PointerType>(SrcTy)) {
806 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy))
    [all...]
CodeGenFunction.cpp 230 llvm::PointerType *PointerTy = Int8PtrTy;
749 cast<llvm::PointerType>(DestPtr->getType())->getAddressSpace();
890 cast<llvm::PointerType>(addr->getType())->getElementType())
    [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 467 const PointerType *PT = argTy->getAs<PointerType>();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 162 if (const PointerType *PT = callee->getAs<PointerType>())
  /external/llvm/include/llvm/Support/
TypeBuilder.h 106 static PointerType *get(LLVMContext &Context) {
107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 199 StoreInst* SI = new StoreInst(ConstantPointerNull::get(cast<PointerType>(
200 cast<PointerType>((*I)->getType())->getElementType())),
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 111 llvm::PointerType * const floatVecPtrType = llvm::PointerType::get(llvm::VectorType::get(bld.getFloatTy(),4), 0);
140 return llvm::PointerType::getUnqual(llvm::Type::getVoidTy(ctx));
197 v = bld.CreateBitCast(v, llvm::PointerType::get(llvm_type(var->type), 0), var->name);
203 v = bld.CreateBitCast(v, llvm::PointerType::get(llvm_type(var->type), 0), var->name);
209 v = bld.CreateBitCast(v, llvm::PointerType::get(llvm_type(var->type), 0), var->name);
292 llvm::PointerType * vecPtrTy = llvm::PointerType::get(llvm::VectorType::get(bld.getFloatTy(), 4), 0);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 620 ResultTy = PointerType::get(ResultTy, AddressSpace);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 644 ResultTy = PointerType::get(ResultTy, AddressSpace);
900 ResultTy = PointerType::get(ResultTy, AddressSpace);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 154 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType();
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 208 PointerType *PTy, Type *Ty, Value *V);
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 59 class PointerType;
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 110 AccessTy = cast<PointerType>(A->getType())->getElementType();
302 if (!cast<PointerType>(GEPOp->getOperand(0)->getType())
820 isa<PointerType>(MemsetType->getParamType(0)) &&
821 isa<PointerType>(MemsetType->getParamType(1)) &&
    [all...]
LazyValueInfo.cpp 607 PointerType *PTy = cast<PointerType>(Val->getType());
635 PointerType *PTy = cast<PointerType>(Val->getType());
    [all...]
  /external/llvm/lib/Target/
Mangler.cpp 168 Ty = cast<PointerType>(Ty)->getElementType();
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 158 Type *AgTy = cast<PointerType>(PtrArg->getType())->getElementType();
532 Type *AgTy = cast<PointerType>(I->getType())->getElementType();
665 Type *AgTy = cast<PointerType>(I->getType())->getElementType();
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 154 return VM[V] = ConstantPointerNull::get(cast<PointerType>(NewTy));

Completed in 458 milliseconds

1 2 34 5 6 7 8 9