Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3123 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3124 if (!Bconst || !Cconst) return false; in propagateLine()
3126 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3138 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3139 if (!Aconst || !Cconst) return false; in propagateLine()
3141 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3152 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3153 if (!Aconst || !Cconst) return false; in propagateLine()
3155 APInt Charlie = Cconst->getAPInt(); in propagateLine()