Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp658 unsigned InnerBits = InnerVT.getSizeInBits(); in SimplifyDemandedBits() local
659 if (ShAmt < InnerBits && NewMask.lshr(InnerBits) == 0 && in SimplifyDemandedBits()
684 InnerShAmt < InnerBits && in SimplifyDemandedBits()
685 NewMask.lshr(InnerBits - InnerShAmt + ShAmt) == 0 && in SimplifyDemandedBits()