Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c34 unsigned int Bconst : 1; member
/external/llvm-project/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c34 unsigned int Bconst : 1; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp3126 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local
3128 if (!Bconst || !Cconst) return false; in propagateLine()
3129 APInt Beta = Bconst->getAPInt(); in propagateLine()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3042 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local
3044 if (!Bconst || !Cconst) return false; in propagateLine()
3045 APInt Beta = Bconst->getAPInt(); in propagateLine()
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp3115 const SCEVConstant *Bconst = dyn_cast<SCEVConstant>(B); in propagateLine() local
3117 if (!Bconst || !Cconst) return false; in propagateLine()
3118 APInt Beta = Bconst->getAPInt(); in propagateLine()