Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h183 unsigned ZeroBits = 0; in countr_zero() local
189 ZeroBits |= Shift; in countr_zero()
194 return ZeroBits; in countr_zero()
229 unsigned ZeroBits = 0; in countl_zero() local
235 ZeroBits |= Shift; in countl_zero()
237 return ZeroBits; in countl_zero()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp30243 APInt ZeroBits = APInt::getLowBitsSet(ScalarSize, ShiftLBits); in SimplifyDemandedBitsForTargetNode() local
30246 if ((ZeroBits & UnusedBits) != ZeroBits) in SimplifyDemandedBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52433 SDValue ZeroBits = DAG.getConstant(0, dl, MaskVT); in combineOr() local
52436 return DAG.getSetCC(dl, MVT::i1, Mask, ZeroBits, ISD::SETNE); in combineOr()