Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp625 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain() local
629 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther, in distributeExtsAndCloneChain()
632 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain, in distributeExtsAndCloneChain()
652 Value *NextInChain = removeConstOffset(ChainIndex - 1); in removeConstOffset() local
657 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) { in removeConstOffset()
682 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP); in removeConstOffset()
684 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP); in removeConstOffset()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11311 SDNode *NextInChain = Index->getChain().getNode(); in getStoreMergeAndAliasCandidates() local
11313 if (StoreSDNode *STn = dyn_cast<StoreSDNode>(NextInChain)) { in getStoreMergeAndAliasCandidates()
11317 } else if (LoadSDNode *Ldn = dyn_cast<LoadSDNode>(NextInChain)) { in getStoreMergeAndAliasCandidates()
11325 NextInChain = Ldn->getChain().getNode(); in getStoreMergeAndAliasCandidates()
14761 SDNode *NextInChain = Index->getChain().getNode(); in findBetterNeighborChains() local
14763 if (StoreSDNode *STn = dyn_cast<StoreSDNode>(NextInChain)) { in findBetterNeighborChains()
14772 } else if (LoadSDNode *Ldn = dyn_cast<LoadSDNode>(NextInChain)) { in findBetterNeighborChains()
14773 NextInChain = Ldn->getChain().getNode(); in findBetterNeighborChains()