Searched refs:CAdd (Results 1 – 4 of 4) sorted by relevance
18 from .add import CAdd
21 class CAdd(Expander): class
24 from .complex import CAbs, CAdd, CDiv, CMul, CSub
8090 const ConstantSDNode *CAdd = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in performSHLPtrCombine() local8091 if (!CAdd) in performSHLPtrCombine()8096 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()