Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1857 struct IVInc { struct
1858 Instruction *UserInst;
1859 Value* IVOperand;
1860 const SCEV *IncExpr;
1862 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1311 bool matchIncrement(const Instruction* IVInc, Instruction *&LHS, in matchIncrement()
1334 auto *IVInc = in getIVIncrement() local
1354 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement() local
3905 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue() local
3935 Instruction *IVInc = IVStep->first; in matchScaledValue() local