Home
last modified time | relevance | path

Searched refs:StartValueV (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4710 Value *BEValueV = nullptr, *StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl() local
4720 } else if (!StartValueV) { in createAddRecFromPHIWithCastsImpl()
4721 StartValueV = V; in createAddRecFromPHIWithCastsImpl()
4722 } else if (StartValueV != V) { in createAddRecFromPHIWithCastsImpl()
4723 StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl()
4727 if (!BEValueV || !StartValueV) in createAddRecFromPHIWithCastsImpl()
4818 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHIWithCastsImpl()
4974 Value *StartValueV) { in createSimpleAffineAddRec() argument
4977 assert(BEValueV && StartValueV); in createSimpleAffineAddRec()
5001 const SCEV *StartVal = getSCEV(StartValueV); in createSimpleAffineAddRec()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp4775 Value *BEValueV = nullptr, *StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl() local
4785 } else if (!StartValueV) { in createAddRecFromPHIWithCastsImpl()
4786 StartValueV = V; in createAddRecFromPHIWithCastsImpl()
4787 } else if (StartValueV != V) { in createAddRecFromPHIWithCastsImpl()
4788 StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl()
4792 if (!BEValueV || !StartValueV) in createAddRecFromPHIWithCastsImpl()
4883 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHIWithCastsImpl()
5039 Value *StartValueV) { in createSimpleAffineAddRec() argument
5042 assert(BEValueV && StartValueV); in createSimpleAffineAddRec()
5066 const SCEV *StartVal = getSCEV(StartValueV); in createSimpleAffineAddRec()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3923 Value *BEValueV = nullptr, *StartValueV = nullptr; in createAddRecFromPHI() local
3933 } else if (!StartValueV) { in createAddRecFromPHI()
3934 StartValueV = V; in createAddRecFromPHI()
3935 } else if (StartValueV != V) { in createAddRecFromPHI()
3936 StartValueV = nullptr; in createAddRecFromPHI()
3940 if (BEValueV && StartValueV) { in createAddRecFromPHI()
4009 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI()
4042 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1469 Value *StartValueV);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1564 Value *StartValueV);