Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2087 struct IVInc { struct
2088 Instruction *UserInst;
2089 Value* IVOperand;
2090 const SCEV *IncExpr;
2092 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1502 static bool matchIncrement(const Instruction *IVInc, Instruction *&LHS, in matchIncrement()
1525 auto *IVInc = in getIVIncrement() local
1545 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement() local
4261 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue() local
4291 Instruction *IVInc = IVStep->first; in matchScaledValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6982 Instruction *IVInc = cast<Instruction>( in cost() local