Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIISelLowering.cpp1405 const ConstantSDNode *CAdd = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in performSHLPtrCombine() local
1406 if (!CAdd) in performSHLPtrCombine()
1411 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()