Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3216 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3217 if (!Bconst || !Cconst) return false; in propagateLine()
3219 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3231 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3232 if (!Aconst || !Cconst) return false; in propagateLine()
3234 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3245 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3246 if (!Aconst || !Cconst) return false; in propagateLine()
3248 APInt Charlie = Cconst->getAPInt(); in propagateLine()