Home
last modified time | relevance | path

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

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