Searched refs:CInc (Results 1 – 2 of 2) sorted by relevance
16092 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in getPointerConstIncrement() local16093 if (!CInc) in getPointerConstIncrement()16099 return CInc->getZExtValue(); in getPointerConstIncrement()16103 return CInc->getZExtValue(); in getPointerConstIncrement()16112 static bool findPointerConstIncrement(SDNode *N, SDValue *Ptr, SDValue *CInc) { in findPointerConstIncrement() argument16118 *CInc = N->getOperand(1); in findPointerConstIncrement()16126 *CInc = N->getOperand(2); in findPointerConstIncrement()16187 SDValue CInc; in CombineBaseUpdate() local16188 if (findPointerConstIncrement(Addr.getNode(), &Base, &CInc)) { in CombineBaseUpdate()16190 getPointerConstIncrement(Addr->getOpcode(), Base, CInc, DCI.DAG); in CombineBaseUpdate()[all …]
22490 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local22491 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()23274 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local23275 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()