Searched refs:CInc (Results 1 – 4 of 4) sorted by relevance
71 Constant* CInc(uint32_t base, uint32_t count) in CInc() function
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()953 Value* lanes = B->CInc<int>(0, vecWidth); in DOUBLE_EMU()
11540 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local11541 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()11713 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local11714 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
13177 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in CombineBaseUpdate() local13178 if (NumBytes >= 3 * 16 && (!CInc || CInc->getZExtValue() != NumBytes)) { in CombineBaseUpdate()