Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2391 static std::optional<APInt> getConstantPart(const SCEV *Expr) { in getConstantPart() function
2435 std::optional<APInt> ConstCoeff = getConstantPart(Coeff); in gcdMIVtest()
2453 std::optional<APInt> ConstCoeff = getConstantPart(Coeff); in gcdMIVtest()
2475 std::optional<APInt> ConstOp = getConstantPart(Product); in gcdMIVtest()
2530 std::optional<APInt> ConstCoeff = getConstantPart(Coeff); in gcdMIVtest()
2547 std::optional<APInt> ConstCoeff = getConstantPart(Coeff); in gcdMIVtest()
2558 std::optional<APInt> ConstCoeff = getConstantPart(Delta); in gcdMIVtest()