Home
last modified time | relevance | path

Searched refs:getVectorElt (Results 1 – 15 of 15) 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.cpp1749 APValue &Elt = SVal.getVectorElt(i); in EvalAndBitcastToAPInt()
5961 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/llvm-project/clang/include/clang/AST/
DAPValue.h478 APValue &getVectorElt(unsigned I) {
483 const APValue &getVectorElt(unsigned I) const {
484 return const_cast<APValue*>(this)->getVectorElt(I);
/external/llvm-project/clang/lib/AST/
DAPValue.cpp560 getVectorElt(I).Profile(ID); in Profile()
656 getVectorElt(0).printPretty(Out, Policy, ElemTy, Ctx); in printPretty()
659 getVectorElt(i).printPretty(Out, Policy, ElemTy, Ctx); in printPretty()
DItaniumMangle.cpp5000 if (!isZeroInitialized(VT->getElementType(), V.getVectorElt(I))) in isZeroInitialized()
5138 while (N && isZeroInitialized(VT->getElementType(), V.getVectorElt(N - 1))) in mangleValueInTemplateArg()
5141 mangleValueInTemplateArg(VT->getElementType(), V.getVectorElt(I)); in mangleValueInTemplateArg()
DTextNodeDumper.cpp473 return Value.getVectorElt(Index); in Visit()
DExprConstant.cpp2672 APValue &Elt = SVal.getVectorElt(i); in EvalAndBitcastToAPInt()
2974 APValue LHSElt = LHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp()
2975 APValue RHSElt = RHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp()
7758 return DerivedSuccess(Val.getVectorElt(Indices[0]), E); in VisitExtVectorElementExpr()
7763 Elts.push_back(Val.getVectorElt(Indices[I])); in VisitExtVectorElementExpr()
10228 Elements.push_back(v.getVectorElt(j)); in VisitInitListExpr()
DMicrosoftMangle.cpp1737 const APValue &ElemV = V.getVectorElt(I); in mangleTemplateArgValue()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1383 const APValue &Elt = Value.getVectorElt(I); in EmitConstantValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp2088 const APValue &Elt = Value.getVectorElt(I); in tryEmitPrivate()
/external/clang/lib/Sema/
DSemaChecking.cpp7079 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange()
7081 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange()
7363 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10576 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange()
10578 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange()
10897 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5171 AddAPValue(Value.getVectorElt(Idx)); in AddAPValue()
DASTReader.cpp8991 Result.getVectorElt(LoopIdx) = asImpl().readAPValue(); in readAPValue()