Home
last modified time | relevance | path

Searched refs:ExplicitVectorLength (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h45 Value *ExplicitVectorLength; variable
64 ExplicitVectorLength(nullptr), in Builder()
78 ExplicitVectorLength = NewExplicitVectorLength; in setEVL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp46 if (ExplicitVectorLength) in requestEVL()
47 return *ExplicitVectorLength; in requestEVL()