/external/clang/lib/AST/ |
APValue.cpp | 359 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); 360 getVectorElt(0).printPretty(Out, Ctx, ElemTy); 363 getVectorElt(i).printPretty(Out, Ctx, ElemTy); 421 QualType ElemTy; 424 ElemTy = VD->getType(); 428 ElemTy = E->getType(); 434 if (ElemTy->getAs<RecordType>()) { 441 ElemTy = Ctx.getRecordType(RD); 448 ElemTy = VD->getType(); 453 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType() [all...] |
RecordLayoutBuilder.cpp | 409 QualType ElemTy = Context.getBaseElementType(AT); 410 const RecordType *RT = ElemTy->getAs<RecordType>(); 511 QualType ElemTy = Context.getBaseElementType(AT); 512 const RecordType *RT = ElemTy->getAs<RecordType>(); [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 562 const Type *ElemTy = VTy->getElementType(); 565 if (ElemTy->isIntegerTy()) 568 APInt(ElemTy->getPrimitiveSizeInBits(), 0); 852 Type* ElemTy; 859 ElemTy = CDV->getElementType(); 863 ElemTy = VTy->getElementType(); 870 if(ElemTy->isFloatTy()) { 892 if (ElemTy->isDoubleTy()) { [all...] |
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | 747 llvm::Type *ElemTy = AType->getElementType(); 765 RewriteType |= (C->getType() != ElemTy); 775 fillC = llvm::Constant::getNullValue(ElemTy); 778 RewriteType |= (fillC->getType() != ElemTy); [all...] |
CodeGenModule.cpp | [all...] |
CGExpr.cpp | 676 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType(); 677 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1); [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/ |
RewriteObjC.cpp | [all...] |
RewriteModernObjC.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.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...] |