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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 353 Value *NewOper = foldIVUser(UseOper.first, IVOperand);
354 if (!NewOper)
356 IVOperand = dyn_cast<Instruction>(NewOper);
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 630 Value *NewOper = foldIVUser(UseOper.first, IVOperand);
631 if (!NewOper)
633 IVOperand = dyn_cast<Instruction>(NewOper);

Completed in 82 milliseconds