Home
last modified time | relevance | path

Searched refs:CInc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8712 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local
8713 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()
9134 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local
9135 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9579 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in CombineBaseUpdate() local
9580 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate()