Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1901 struct IVInc { global() struct
1902 UserInst__anon78b872060a11::IVInc global() argument
1903 IVOperand__anon78b872060a11::IVInc global() argument
1904 IncExpr__anon78b872060a11::IVInc global() argument
1906 IVInc__anon78b872060a11::IVInc IVInc() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1505 match(IVInc, m_ExtractValue<0>(m_Intrinsic<Intrinsic::uadd_with_overflow>( in matchIncrement() argument
1528 auto *IVInc = getIVIncrement() local
1548 if (auto IVInc = getIVIncrement(PN, LI)) isIVIncrement() local
4166 auto IVInc = getIVIncrement(PN, &LI); matchScaledValue() local
4196 Instruction *IVInc = IVStep->first; matchScaledValue() local
[all...]