Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3215 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local
3217 if (!Bconst || !Cconst) return false; in propagateLine()
3218 APInt Beta = Bconst->getAPInt(); in propagateLine()