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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3046 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); local
3048 if (!Bconst || !Cconst) return false;
3049 APInt Beta = Bconst->getValue()->getValue();

Completed in 101 milliseconds