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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8567 const ConstantSDNode *CAdd = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
8568 if (!CAdd)
8573 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue();

Completed in 125 milliseconds