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 493 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1);
497 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther,
500 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain,
515 Value *NextInChain = removeConstOffset(ChainIndex - 1);
518 // If NextInChain is 0 and not the LHS of a sub, we can simplify the
520 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) {
549 BO->setOperand(OpNo, NextInChain);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 271 milliseconds