Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp565 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain() local
569 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther, in distributeExtsAndCloneChain()
572 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain, in distributeExtsAndCloneChain()
587 Value *NextInChain = removeConstOffset(ChainIndex - 1); in removeConstOffset() local
592 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) { in removeConstOffset()
612 return BinaryOperator::CreateAdd(NextInChain, TheOther, BO->getName(), in removeConstOffset()
615 return BinaryOperator::CreateAdd(TheOther, NextInChain, BO->getName(), in removeConstOffset()
626 BO->setOperand(OpNo, NextInChain); in removeConstOffset()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10262 SDNode *NextInChain = Index->getChain().getNode(); in MergeConsecutiveStores() local
10264 if (StoreSDNode *STn = dyn_cast<StoreSDNode>(NextInChain)) { in MergeConsecutiveStores()
10268 } else if (LoadSDNode *Ldn = dyn_cast<LoadSDNode>(NextInChain)) { in MergeConsecutiveStores()
10276 NextInChain = Ldn->getChain().getNode(); in MergeConsecutiveStores()