Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c34 unsigned int Bconst : 1; member
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3152 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local
3154 if (!Bconst || !Cconst) return false; in propagateLine()
3155 APInt Beta = Bconst->getAPInt(); in propagateLine()