Searched refs:CWidth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp2222 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); local
2223 if (!CWidth)
2227 uint32_t Width = CWidth->getZExtValue() & 0x1f;

Completed in 92 milliseconds