Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h328 MakeVector(); setVector(E, N);
600 void setVector(const APValue *E, unsigned N) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp282 void setVector(unsigned i, Value *V) { Vectors[i] = V; } in setVector() function in __anon04e69bad0111::LowerMatrixIntrinsics::MatrixTy
1522 Result.setVector(J, in emitMatrixMultiply()
1549 Result.setVector(I, in emitMatrixMultiply()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp332 setVector(((const Vec *)(const char *)&RHS.Data)->Elts, in APValue()