Searched defs:isFixedLengthVector (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ValueTypes.h | 177 bool isFixedLengthVector() const { isFixedLengthVector() function |
/llvm-project/llvm/include/llvm/CodeGenTypes/ | ||
H A D | MachineValueType.h | 126 bool isFixedLengthVector() const { isFixedLengthVector() function |
/llvm-project/clang/utils/TableGen/ | ||
H A D | SveEmitter.cpp | 100 bool isFixedLengthVector() const { return isVector() && !IsScalable; } isFixedLengthVector() function in __anoncee49e800111::SVEType |