Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1589 const SCEV *getOperandsToCreate(Value *V, SmallVectorImpl<Value *> &Ops);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp7214 CreatedSCEV = getOperandsToCreate(CurV, Ops); in createSCEVIter()
7232 ScalarEvolution::getOperandsToCreate(Value *V, SmallVectorImpl<Value *> &Ops) { in getOperandsToCreate() function in ScalarEvolution