Home
last modified time | relevance | path

Searched defs:IVInc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1901 struct IVInc { struct
1902 Instruction *UserInst;
1903 Value* IVOperand;
1904 const SCEV *IncExpr;
1906 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1419 bool matchIncrement(const Instruction *IVInc, Instruction *&LHS, in matchIncrement()
1442 auto *IVInc = in getIVIncrement() local
1462 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement() local
4024 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue() local
4054 Instruction *IVInc = IVStep->first; in matchScaledValue() local