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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3047 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); local
3048 if (!Bconst || !Cconst) return false;
3050 APInt Charlie = Cconst->getValue()->getValue();
3062 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); local
3063 if (!Aconst || !Cconst) return false;
3065 APInt Charlie = Cconst->getValue()->getValue();
3076 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); local
3077 if (!Aconst || !Cconst) return false;
3079 APInt Charlie = Cconst->getValue()->getValue();

Completed in 109 milliseconds