Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3654 ConstantInt *CWidth = dyn_cast<ConstantInt>(II->getArgOperand(2)); in visitCallInst() local
3655 if (CWidth) { in visitCallInst()
3656 Width = CWidth->getZExtValue(); in visitCallInst()
3662 II->setArgOperand(2, ConstantInt::get(CWidth->getType(), in visitCallInst()
3681 if (!CWidth || !COffset) in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp4443 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local
4444 if (!CWidth) in computeKnownBitsForTargetNode()
4447 uint32_t Width = CWidth->getZExtValue() & 0x1f; in computeKnownBitsForTargetNode()