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

  /external/llvm/lib/Target/R600/
SITypeRewriter.cpp 84 Type *ElemTy = PtrTy->getPointerElementType();
86 if (ElemTy == v16i8) {
  /external/clang/lib/AST/
APValue.cpp 360 QualType ElemTy = Ty->getAs<VectorType>()->getElementType();
361 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
364 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
427 QualType ElemTy;
430 ElemTy = VD->getType();
435 ElemTy = E->getType();
441 if (ElemTy->getAs<RecordType>()) {
448 ElemTy = Ctx.getRecordType(RD);
455 ElemTy = VD->getType();
460 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType()
    [all...]
RecordLayoutBuilder.cpp 399 QualType ElemTy = Context.getBaseElementType(AT);
400 const RecordType *RT = ElemTy->getAs<RecordType>();
496 QualType ElemTy = Context.getBaseElementType(AT);
497 const RecordType *RT = ElemTy->getAs<RecordType>();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 105 VectorLayout() : VecTy(nullptr), ElemTy(nullptr), VecAlign(0), ElemSize(0) {}
116 Type *ElemTy;
347 Layout.ElemTy = Layout.VecTy->getElementType();
348 if (DL->getTypeSizeInBits(Layout.ElemTy) !=
349 DL->getTypeStoreSizeInBits(Layout.ElemTy))
356 Layout.ElemSize = DL->getTypeStoreSize(Layout.ElemTy);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 596 Type *ElemTy = STy->getElementType(i);
597 if (ElemTy->isIntegerTy())
599 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
600 else if (ElemTy->isAggregateType()) {
601 const Constant *ElemUndef = UndefValue::get(ElemTy);
611 const Type *ElemTy = VTy->getElementType();
614 if (ElemTy->isIntegerTy())
617 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
901 Type* ElemTy;
908 ElemTy = CDV->getElementType()
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 729 llvm::Type *ElemTy = AType->getElementType();
747 RewriteType |= (C->getType() != ElemTy);
757 fillC = llvm::Constant::getNullValue(ElemTy);
760 RewriteType |= (fillC->getType() != ElemTy);
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp 687 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType();
688 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1);
    [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaInit.cpp 76 const QualType ElemTy =
84 if (ElemTy->isCharType())
86 if (IsWideCharCompatible(ElemTy, Context))
95 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy))
97 if (ElemTy->isCharType())
99 if (IsWideCharCompatible(ElemTy, Context))
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
105 if (ElemTy->isCharType())
107 if (IsWideCharCompatible(ElemTy, Context))
111 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy))
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 99 MVT ElemTy = VT.getVectorElementType();
100 if (ElemTy != MVT::i64 && ElemTy != MVT::f64)
104 if (ElemTy == MVT::i32) {
    [all...]

Completed in 596 milliseconds