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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 1007 Value *NewAdd = Builder->CreateAdd(LHSV, RHSV, "sum");
1008 return BinaryOperator::CreateNeg(NewAdd);
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 400 Value *NewAdd =
403 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge));
405 ICmpInst *NewCompare = new ICmpInst(TheBr, NewPred, NewAdd,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 42 milliseconds