Searched refs:getVectorElt (Results 1 – 15 of 15) 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 | 1749 APValue &Elt = SVal.getVectorElt(i); in EvalAndBitcastToAPInt() 5961 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/llvm-project/clang/include/clang/AST/ |
D | APValue.h | 478 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/ |
D | APValue.cpp | 560 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()
|
D | ItaniumMangle.cpp | 5000 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()
|
D | TextNodeDumper.cpp | 473 return Value.getVectorElt(Index); in Visit()
|
D | ExprConstant.cpp | 2672 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()
|
D | MicrosoftMangle.cpp | 1737 const APValue &ElemV = V.getVectorElt(I); in mangleTemplateArgValue()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1383 const APValue &Elt = Value.getVectorElt(I); in EmitConstantValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 2088 const APValue &Elt = Value.getVectorElt(I); in tryEmitPrivate()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7079 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/ |
D | SemaChecking.cpp | 10576 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/ |
D | ASTWriter.cpp | 5171 AddAPValue(Value.getVectorElt(Idx)); in AddAPValue()
|
D | ASTReader.cpp | 8991 Result.getVectorElt(LoopIdx) = asImpl().readAPValue(); in readAPValue()
|