Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp94 static unsigned bigEndianByteAt(const unsigned ByteWidth, const unsigned I) { in bigEndianByteAt() function
131 BigEndian &= Idx == bigEndianByteAt(Width, MemOffset); in isBigEndian()
3984 ? bigEndianByteAt(NumLoadsInTy, 0) in matchLoadOrCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8821 static unsigned bigEndianByteAt(unsigned BW, unsigned i) { in bigEndianByteAt() function
8839 BigEndian &= CurrentByteOffset == bigEndianByteAt(Width, i); in isBigEndian()
9124 return IsBigEndianTarget ? bigEndianByteAt(LoadByteWidth, P.DestOffset) in MatchLoadCombine()