Searched refs:CInc (Results 1 – 5 of 5) sorted by relevance
8863 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local8864 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()9285 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local9286 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
10143 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local10144 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()10305 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local10306 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
7232 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in CombineBaseUpdate() local7233 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate()
11624 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in CombineBaseUpdate() local11625 if (NumBytes >= 3 * 16 && (!CInc || CInc->getZExtValue() != NumBytes)) { in CombineBaseUpdate()
9988 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in CombineBaseUpdate() local9989 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate()