Home
last modified time | relevance | path

Searched defs:getSCEV (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1751 const SCEV *getSCEV() const { return Expr; } in getSCEV() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp4534 const SCEV *ScalarEvolution::getSCEV(Value *V) { in getSCEV() function in ScalarEvolution
14718 const SCEV *PredicatedScalarEvolution::getSCEV(Value *V) { in getSCEV() function in PredicatedScalarEvolution
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8838 const SCEV *getSCEV(Attributor &A, const Instruction *I = nullptr) const { in getSCEV() function