Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp85 static unsigned bigEndianByteAt(const unsigned ByteWidth, const unsigned I) { in bigEndianByteAt() function
122 BigEndian &= Idx == bigEndianByteAt(Width, MemOffset); in isBigEndian()
3508 ? bigEndianByteAt(NumLoadsInTy, 0) in matchLoadOrCombine()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7868 static unsigned bigEndianByteAt(unsigned BW, unsigned i) { in bigEndianByteAt() function
7886 BigEndian &= CurrentByteOffset == bigEndianByteAt(Width, i); in isBigEndian()
8154 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()