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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7623 bool IsLE = TLI.isLittleEndian(); local
7625 unsigned Idx = IsLE ?(NumElem - 1 - i) : i;

Completed in 129 milliseconds