Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h761 bool isSplatData() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp3228 bool ConstantDataVector::isSplatData() const { in isSplatData() function in ConstantDataVector
3243 IsSplat = isSplatData(); in isSplat()