Home
last modified time | relevance | path

Searched refs:bigEndianByteAt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp69 static unsigned bigEndianByteAt(const unsigned ByteWidth, const unsigned I) { in bigEndianByteAt() function
106 BigEndian &= Idx == bigEndianByteAt(Width, MemOffset); in isBigEndian()
3623 ? bigEndianByteAt(NumLoadsInTy, 0) in matchLoadOrCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7202 static unsigned bigEndianByteAt(unsigned BW, unsigned i) { in bigEndianByteAt() function
7220 BigEndian &= CurrentByteOffset == bigEndianByteAt(Width, i); in isBigEndian()
7480 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()