Searched refs:getVectorElt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | APValue.cpp | 326 getVectorElt(0).dump(OS); in dump() 329 getVectorElt(i).dump(OS); in dump() 403 getVectorElt(0).printPretty(Out, Ctx, ElemTy); in printPretty() 406 getVectorElt(i).printPretty(Out, Ctx, ElemTy); in printPretty()
|
| H A D | ExprConstant.cpp | 2167 APValue &Elt = SVal.getVectorElt(i); in EvalAndBitcastToAPInt() 7072 Elements.push_back(v.getVectorElt(j)); in VisitInitListExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | APValue.h | 318 APValue &getVectorElt(unsigned I) { in getVectorElt() function 323 const APValue &getVectorElt(unsigned I) const { in getVectorElt() function 324 return const_cast<APValue*>(this)->getVectorElt(I); in getVectorElt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1917 const APValue &Elt = Value.getVectorElt(I); in tryEmitPrivate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9636 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange() 9638 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange() 9922 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast()
|