Searched refs:getVectorElt (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 284 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()
|
D | ExprConstant.cpp | 1593 APValue &Elt = SVal.getVectorElt(i); in EvalAndBitcastToAPInt() 5625 Elements.push_back(v.getVectorElt(j)); in VisitInitListExpr()
|
/external/clang/include/clang/AST/ |
D | APValue.h | 258 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/ |
D | CGExprConstant.cpp | 1187 const APValue &Elt = Value.getVectorElt(i); in EmitConstantValue()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 5694 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()
|