Home
last modified time | relevance | path

Searched refs:setVector (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h320 MakeVector(); setVector(E, N);
592 void setVector(const APValue *E, unsigned N) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp242 void setVector(unsigned i, Value *V) { Vectors[i] = V; } in setVector() function in __anon7e59d9a20111::LowerMatrixIntrinsics::MatrixTy
1066 Result.setVector(J, in emitMatrixMultiply()
1092 Result.setVector(I, in emitMatrixMultiply()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp332 setVector(((const Vec *)(const char *)&RHS.Data)->Elts, in APValue()