Home
last modified time | relevance | path

Searched refs:InnerBits (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(void); in testBitfields()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1729 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1730 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1753 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1755 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()