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

/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c35 unsigned int Cconst : 1; member in struct:_Key::__anon15817
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3042 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); local
3043 if (!Bconst || !Cconst) return false;
3045 APInt Charlie = Cconst->getValue()->getValue();
3057 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); local
3058 if (!Aconst || !Cconst) return false;
3060 APInt Charlie = Cconst->getValue()->getValue();
3071 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); local
3072 if (!Aconst || !Cconst) return false;
3074 APInt Charlie = Cconst->getValue()->getValue();

Completed in 63 milliseconds