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 83 Type *ElemTy = PtrTy->getPointerElementType();
85 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 443 QualType ElemTy = Context.getBaseElementType(AT);
444 const RecordType *RT = ElemTy->getAs<RecordType>();
540 QualType ElemTy = Context.getBaseElementType(AT);
541 const RecordType *RT = ElemTy->getAs<RecordType>();
    [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 105 VectorLayout() : VecTy(nullptr), ElemTy(nullptr), VecAlign(0), ElemSize(0) {}
116 Type *ElemTy;
352 Layout.ElemTy = Layout.VecTy->getElementType();
353 if (DL.getTypeSizeInBits(Layout.ElemTy) !=
354 DL.getTypeStoreSizeInBits(Layout.ElemTy))
361 Layout.ElemSize = DL.getTypeStoreSize(Layout.ElemTy);
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 750 llvm::Type *ElemTy = AType->getElementType();
764 fillC = llvm::Constant::getNullValue(ElemTy);
782 RewriteType |= (C->getType() != ElemTy);
786 RewriteType |= (fillC->getType() != ElemTy);
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp 740 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType();
741 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 595 Type *ElemTy = STy->getElementType(i);
596 if (ElemTy->isIntegerTy())
598 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
599 else if (ElemTy->isAggregateType()) {
600 const Constant *ElemUndef = UndefValue::get(ElemTy);
610 const Type *ElemTy = VTy->getElementType();
613 if (ElemTy->isIntegerTy())
616 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
897 Type* ElemTy;
    [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/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 103 MVT ElemTy = VT.getVectorElementType();
104 if (ElemTy != MVT::i64 && ElemTy != MVT::f64)
108 if (ElemTy == MVT::i32) {
    [all...]

Completed in 2066 milliseconds