Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1351 unsigned OpBitSize = Op.getOperand(0).getValueType().getSizeInBits(); in LowerCONCAT_VECTORS() local
1352 if (OpBitSize >= 32 && OpBitSize % 32 == 0) { in LowerCONCAT_VECTORS()
1353 unsigned NewNumElt = OpBitSize / 32; in LowerCONCAT_VECTORS()