Searched refs:UseOper (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp405 std::pair<Instruction*, Instruction*> UseOper = local
407 Instruction *UseInst = UseOper.first;
418 Instruction *IVOperand = UseOper.second;
422 Value *NewOper = foldIVUser(UseOper.first, IVOperand);
430 if (eliminateIVUser(UseOper.first, IVOperand)) {
434 CastInst *Cast = dyn_cast<CastInst>(UseOper.first);
439 if (isSimpleIVUser(UseOper.first, L, SE)) {
440 pushIVUsers(UseOper.first, Simplified, SimpleIVUsers);

Completed in 62 milliseconds