Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3693 const unsigned NumLoadsInTy = WideMemSizeInBits / NarrowMemSizeInBits; in matchLoadOrCombine() local
3696 ? bigEndianByteAt(NumLoadsInTy, 0) in matchLoadOrCombine()
3697 : littleEndianByteAt(NumLoadsInTy, 0); in matchLoadOrCombine()