Home
last modified time | relevance | path

Searched refs:getVectorElt (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp284 getVectorElt(0).dump(OS); in dump()
287 getVectorElt(i).dump(OS); in dump()
361 getVectorElt(0).printPretty(Out, Ctx, ElemTy); in printPretty()
364 getVectorElt(i).printPretty(Out, Ctx, ElemTy); in printPretty()
DExprConstant.cpp1593 APValue &Elt = SVal.getVectorElt(i); in EvalAndBitcastToAPInt()
5625 Elements.push_back(v.getVectorElt(j)); in VisitInitListExpr()
/external/clang/include/clang/AST/
DAPValue.h258 APValue &getVectorElt(unsigned I) { in getVectorElt() function
263 const APValue &getVectorElt(unsigned I) const { in getVectorElt() function
264 return const_cast<APValue*>(this)->getVectorElt(I); in getVectorElt()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1187 const APValue &Elt = Value.getVectorElt(i); in EmitConstantValue()
/external/clang/lib/Sema/
DSemaChecking.cpp5694 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange()
5696 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange()
5977 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast()