Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c35 unsigned int Cconst : 1; member
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3061 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3062 if (!Bconst || !Cconst) return false; in propagateLine()
3064 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine()
3076 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3077 if (!Aconst || !Cconst) return false; in propagateLine()
3079 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine()
3090 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local
3091 if (!Aconst || !Cconst) return false; in propagateLine()
3093 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine()