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

/external/clang/include/clang/AST/
H A DAPValue.h258 APValue &getVectorElt(unsigned I) { function in class:clang::APValue
263 const APValue &getVectorElt(unsigned I) const {
264 return const_cast<APValue*>(this)->getVectorElt(I);
/external/clang/lib/AST/
H A DAPValue.cpp284 getVectorElt(0).dump(OS);
287 getVectorElt(i).dump(OS);
361 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
364 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
H A DExprConstant.cpp1576 APValue &Elt = SVal.getVectorElt(i);
5412 Elements.push_back(v.getVectorElt(j));
/external/clang/lib/Sema/
H A DSemaChecking.cpp4992 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth);
4994 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth);
5275 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt))
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1140 const APValue &Elt = Value.getVectorElt(i);

Completed in 923 milliseconds