Searched refs:AllBits (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Decl.h | 983 unsigned AllBits; member
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Decl.cpp | 1975 AllBits = 0; in VarDecl()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | DAGCombiner.cpp | 7667 SDValue AllBits = DAG.getAllOnesConstant(DL, VT); in visitSHL() local 7668 SDValue HiBitsMask = DAG.getNode(ISD::SHL, DL, VT, AllBits, N1); in visitSHL()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 40331 APInt AllBits = APInt::getAllOnesValue(NumElts); in combineAnd() local 40333 DAG.getConstant(AllBits, dl, MaskVT), ISD::SETEQ); in combineAnd() 40810 APInt AllBits = APInt::getNullValue(NumElts); in combineOr() local 40812 DAG.getConstant(AllBits, dl, MaskVT), ISD::SETNE); in combineOr()
|