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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8097 bool IsLE = TLI.isLittleEndian(); local
8099 unsigned Idx = IsLE ?(NumElem - 1 - i) : i;

Completed in 126 milliseconds