Searched refs:getElementType (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.h41 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
47 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
422 inline const RSExportType *getElementType() const { return mElementType; } function in class:slang::RSExportConstantArrayType
H A Dslang_rs_reflection.cpp344 std::string ElementTypeName = GetTypeName(CAT->getElementType());
1464 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(),
1544 const RSExportType *ElementType = ECAT->getElementType();
2023 const RSExportType *ElementType = ECAT->getElementType();
2026 ECAT->getElementType(),
H A Dslang_rs_export_type.cpp1226 ST, getElementType()->getSpecType());
1247 (getElementType()->equals(RHS->getElementType())));
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRenameClassAdapter.java100 sb.append(renameType(type.getElementType()));
128 sb.append(renameType(type.getElementType()));
H A DAsmAnalyzer.java430 t = t.getElementType();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1284 STy->getElementType(i)));
1287 Type *EltTy = ATy->getElementType();
1292 Type *EltTy = VTy->getElementType();
1306 Type *EltTy = ATy->getElementType();
1320 Type *EltTy = ATy->getElementType();
1413 OpTy->getElementType());
1474 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
1698 Ty = cast<PointerType>(Ty)->getElementType();
1747 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType());
2299 if (vector_type->getElementType() !
[all...]
/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeEmitter.cpp680 (CP->getType()->getElementType());
695 (CPA->getType()->getElementType());
1045 llvm::Type *GlobalType = GV->getType()->getElementType();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp334 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
368 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
377 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
1164 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1230 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());

Completed in 1615 milliseconds