Home
last modified time | relevance | path

Searched refs:AllBits (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h832 unsigned AllBits; member
/external/clang/lib/AST/
DDecl.cpp1792 AllBits = 0; in VarDecl()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4024 APInt AllBits = APInt::getAllOnesValue(EltSizeInBits); in MatchRotate() local
4025 SDValue Mask = DAG.getConstant(AllBits, DL, VT); in MatchRotate()