Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3575 const unsigned NumLoadsInTy = WideMemSizeInBits / NarrowMemSizeInBits; in matchLoadOrCombine() local
3578 ? bigEndianByteAt(NumLoadsInTy, 0) in matchLoadOrCombine()
3579 : littleEndianByteAt(NumLoadsInTy, 0); in matchLoadOrCombine()