Home
last modified time | relevance | path

Searched refs:getVectorLength (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp140 RHS.getVectorLength()); in APValue()
285 for (unsigned i = 1; i != getVectorLength(); ++i) { in dump()
362 for (unsigned i = 1; i != getVectorLength(); ++i) { in printPretty()
H A DExprConstant.cpp1592 for (unsigned i = 0; i < SVal.getVectorLength(); i++) { in EvalAndBitcastToAPInt()
5622 unsigned vlen = v.getVectorLength(); in VisitInitListExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h260 assert(I < getVectorLength() && "Index out of range"); in getVectorElt()
266 unsigned getVectorLength() const { in getVectorLength() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1179 unsigned NumElts = Value.getVectorLength(); in EmitConstantValue()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5464 for (unsigned i = 1, e = result.getVectorLength(); i != e; ++i) { in GetValueRange()
5745 for (unsigned i = 0, e = value.getVectorLength(); i != e; ++i) in IsSameFloatAfterCast()