Searched refs:CInc (Results 1 – 2 of 2) sorted by relevance
8712 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local8713 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()9134 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local9135 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
9579 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in CombineBaseUpdate() local9580 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate()