Searched defs:IVInc (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1570 struct IVInc { struct 1571 Instruction *UserInst; 1572 Value* IVOperand; 1573 const SCEV *IncExpr; 1575 IVInc(Instruction *U, Value *O, const SCEV *E): in IVInc() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1856 struct IVInc { struct 1857 Instruction *UserInst; 1858 Value* IVOperand; 1859 const SCEV *IncExpr; 1861 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1901 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1419 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
|