Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp822 struct ValueBit { struct in __anon0e9c87610411::BitPermutationSelector
834 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
836 ValueBit(Kind K = Variable) in ValueBit() function
918 bool getValueBits(SDValue V, SmallVector<ValueBit, 64> &Bits) { in getValueBits() argument
925 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
938 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
945 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
954 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
961 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
970 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
[all …]