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

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

Completed in 80 milliseconds