Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h905 unsigned AllBits; member
/external/clang/lib/AST/
DDecl.cpp1795 AllBits = 0; in VarDecl()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4072 APInt AllBits = APInt::getAllOnesValue(EltSizeInBits); in MatchRotate() local
4073 SDValue Mask = DAG.getConstant(AllBits, DL, VT); in MatchRotate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6486 SDValue AllBits = DAG.getAllOnesConstant(DL, VT); in visitSHL() local
6487 SDValue HiBitsMask = DAG.getNode(ISD::SHL, DL, VT, AllBits, N1); in visitSHL()