Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2497 const ConstantSDNode *CAdd = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in performSHLPtrCombine() local
2498 if (!CAdd) in performSHLPtrCombine()
2503 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp6209 const ConstantSDNode *CAdd = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in performSHLPtrCombine() local
6210 if (!CAdd) in performSHLPtrCombine()
6215 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()