Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c35 unsigned int Cconst : 1; member
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3153 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3154 if (!Bconst || !Cconst) return false; in propagateLine()
3156 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3168 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3169 if (!Aconst || !Cconst) return false; in propagateLine()
3171 APInt Charlie = Cconst->getAPInt(); in propagateLine()
3182 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3183 if (!Aconst || !Cconst) return false; in propagateLine()
3185 APInt Charlie = Cconst->getAPInt(); in propagateLine()