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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 344 std::pair<Instruction*, Instruction*> UseOper =
347 if (UseOper.first == CurrIV) continue;
349 Instruction *IVOperand = UseOper.second;
353 Value *NewOper = foldIVUser(UseOper.first, IVOperand);
361 if (eliminateIVUser(UseOper.first, IVOperand)) {
365 CastInst *Cast = dyn_cast<CastInst>(UseOper.first);
370 if (isSimpleIVUser(UseOper.first, L, SE)) {
371 pushIVUsers(UseOper.first, Simplified, SimpleIVUsers);
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 619 std::pair<Instruction*, Instruction*> UseOper =
621 Instruction *UseInst = UseOper.first;
626 Instruction *IVOperand = UseOper.second;
630 Value *NewOper = foldIVUser(UseOper.first, IVOperand);
638 if (eliminateIVUser(UseOper.first, IVOperand)) {
643 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(UseOper.first)) {
652 CastInst *Cast = dyn_cast<CastInst>(UseOper.first);
657 if (isSimpleIVUser(UseOper.first, L, SE)) {
658 pushIVUsers(UseOper.first, Simplified, SimpleIVUsers);

Completed in 69 milliseconds