HomeSort by relevance Sort by last modified time
    Searched refs:NextInChain (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 565 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1);
569 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther,
572 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain,
587 Value *NextInChain = removeConstOffset(ChainIndex - 1);
590 // If NextInChain is 0 and not the LHS of a sub, we can simplify the
592 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) {
612 return BinaryOperator::CreateAdd(NextInChain, TheOther, BO->getName(),
615 return BinaryOperator::CreateAdd(TheOther, NextInChain, BO->getName(),
626 BO->setOperand(OpNo, NextInChain);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 57 milliseconds