Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1696 const SCEV *getOperandsToCreate(Value *V, SmallVectorImpl<Value *> &Ops);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp7420 CreatedSCEV = getOperandsToCreate(CurV, Ops); in createSCEVIter()
7438 ScalarEvolution::getOperandsToCreate(Value *V, SmallVectorImpl<Value *> &Ops) { in getOperandsToCreate() function in ScalarEvolution