Lines Matching refs:CInc
16092 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in getPointerConstIncrement() local
16093 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() argument
16118 *CInc = N->getOperand(1); in findPointerConstIncrement()
16126 *CInc = N->getOperand(2); in findPointerConstIncrement()
16187 SDValue CInc; in CombineBaseUpdate() local
16188 if (findPointerConstIncrement(Addr.getNode(), &Base, &CInc)) { in CombineBaseUpdate()
16190 getPointerConstIncrement(Addr->getOpcode(), Base, CInc, DCI.DAG); in CombineBaseUpdate()
16331 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in PerformMVEVLDCombine() local
16332 if (!CInc || CInc->getZExtValue() != NumBytes) in PerformMVEVLDCombine()