Searched defs:MinSplatBits (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7123 unsigned MinSplatBits,
7128 if (MinSplatBits > sz)
7172 MinSplatBits > HalfSize)
7119 isConstantSplat(APInt &SplatValue, APInt &SplatUndef, unsigned &SplatBitSize, bool &HasAnyUndefs, unsigned MinSplatBits, bool isBigEndian) const argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6653 unsigned MinSplatBits,
6658 if (MinSplatBits > sz)
6702 MinSplatBits > HalfSize)
6649 isConstantSplat(APInt &SplatValue, APInt &SplatUndef, unsigned &SplatBitSize, bool &HasAnyUndefs, unsigned MinSplatBits, bool isBigEndian) argument

Completed in 298 milliseconds