Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2087 IVInc(Instruction *U, Value *O, const SCEV *E) argument
2085 struct IVInc { global() struct
2086 UserInst__anona2fcd8e70a11::IVInc global() argument
2088 IncExpr__anona2fcd8e70a11::IVInc global() argument
2090 IVInc__anona2fcd8e70a11::IVInc IVInc() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1525 /// <IVInc, Step>. Otherwise, return std::nullopt. in getIVIncrement() local
1502 matchIncrement(const Instruction * IVInc,Instruction * & LHS,Constant * & Step) matchIncrement() argument
1545 if (auto IVInc = getIVIncrement(PN, LI)) isIVIncrement() local
4261 auto IVInc = getIVIncrement(PN, &LI); matchScaledValue() local
4291 Instruction *IVInc = IVStep->first; matchScaledValue() local
[all...]