Home
last modified time | relevance | path

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

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