Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9387 const ConstantSDNode *CAdd = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in performSHLPtrCombine() local
9388 if (!CAdd) in performSHLPtrCombine()
9393 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()