Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1468 APInt getConstantMultipleImpl(const SCEV *S);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6281 APInt ScalarEvolution::getConstantMultipleImpl(const SCEV *S) { in getConstantMultipleImpl() function in ScalarEvolution
6372 APInt Result = getConstantMultipleImpl(S); in getConstantMultiple()