Home
last modified time | relevance | path

Searched refs:createSimpleAffineAddRec (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1442 const SCEV *createSimpleAffineAddRec(PHINode *PN, Value *BEValueV,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp4968 const SCEV *ScalarEvolution::createSimpleAffineAddRec(PHINode *PN, in createSimpleAffineAddRec() function in ScalarEvolution
5045 if (auto *S = createSimpleAffineAddRec(PN, BEValueV, StartValueV)) in createAddRecFromPHI()