Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp826 struct ValueBit { struct in __anon7bd595e20411::BitPermutationSelector
838 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
840 ValueBit(Kind K = Variable) in ValueBit() argument
922 bool getValueBits(SDValue V, SmallVector<ValueBit, 64> &Bits) { in getValueBits() argument
929 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
942 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
949 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
958 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
965 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
974 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
[all …]