Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12391 int OpBitWidth = V.getOperand(0).getValueSizeInBits(); in lowerShuffleAsBroadcast() local
12392 int OpIdx = BitOffset / OpBitWidth; in lowerShuffleAsBroadcast()
12394 BitOffset %= OpBitWidth; in lowerShuffleAsBroadcast()