Home
last modified time | relevance | path

Searched defs:ElemTy (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp360 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in printPretty() local
427 QualType ElemTy; in printPretty() local
476 QualType ElemTy = AT->getElementType(); in printPretty() local
DRecordLayoutBuilder.cpp443 QualType ElemTy = Context.getBaseElementType(AT); in CanPlaceFieldSubobjectAtOffset() local
540 QualType ElemTy = Context.getBaseElementType(AT); in UpdateEmptyFieldSubobjects() local
DExprConstant.cpp7803 QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType(); in ZeroInitialization() local
/external/llvm/lib/IR/
DType.cpp601 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType()
694 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType()
724 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType()
763 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
/external/llvm/lib/Target/R600/
DSITypeRewriter.cpp83 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp595 Type *ElemTy = STy->getElementType(i); in getConstantValue() local
610 const Type *ElemTy = VTy->getElementType(); in getConstantValue() local
897 Type* ElemTy; in getConstantValue() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp116 Type *ElemTy; member
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1750 Type *ElemTy = GV->getType()->getElementType(); in ProcessInternalGlobal() local
2496 Type *ElemTy = cast<PointerType>(GV->getType())->getElementType(); in EvaluateBlock() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp750 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization() local
DCodeGenModule.cpp2877 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral() local
DTargetInfo.cpp4697 llvm::Type* ElemTy; in classifyArgumentType() local
6149 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() local
DCGExpr.cpp740 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType(); in EmitComplexPrePostIncDec() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2180 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
3725 QualType ElemTy = Context->getBaseElementType(Type); in RewriteObjCFieldDeclType() local
DRewriteObjC.cpp2072 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
/external/clang/lib/Sema/
DSemaInit.cpp76 const QualType ElemTy = in IsStringInit() local
DSemaExprCXX.cpp1035 QualType ElemTy = Ty; in BuildCXXTypeConstructExpr() local
DSemaExpr.cpp5551 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local
5573 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7711 MVT ElemTy = N->getSimpleValueType(0).getScalarType(); in tryCombineShiftImm() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp103 MVT ElemTy = VT.getVectorElementType(); in addTypeForNEON() local