Searched refs:HiIsEmpty (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1757 bool HiIsEmpty = false; local
1759 DAG.GetDependentSplitDestVTs(MemoryVT, LoVT, &HiIsEmpty);
1776 if (HiIsEmpty) {
2604 bool HiIsEmpty = false; local
2606 DAG.GetDependentSplitDestVTs(MemoryVT, DataLo.getValueType(), &HiIsEmpty);
2618 if (HiIsEmpty) {
H A DSelectionDAG.cpp10113 /// pieces. Sets the HiIsEmpty flag when hi type has zero storage size.
10116 bool *HiIsEmpty) const {
10131 *HiIsEmpty = false;
10137 *HiIsEmpty = true;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1886 bool *HiIsEmpty) const;

Completed in 119 milliseconds