HomeSort by: relevance | last modified time | path
    Searched refs:bigEndianByteAt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp 69 static unsigned bigEndianByteAt(const unsigned ByteWidth, const unsigned I) {
106 BigEndian &= Idx == bigEndianByteAt(Width, MemOffset);
3623 ? bigEndianByteAt(NumLoadsInTy, 0)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 7202 static unsigned bigEndianByteAt(unsigned BW, unsigned i) {
7220 BigEndian &= CurrentByteOffset == bigEndianByteAt(Width, i);
7480 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset)

Completed in 50 milliseconds