Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp766 struct ValueBit { struct in __anon7bd595e20411::BitPermutationSelector
778 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
780 ValueBit(Kind K = Variable) in ValueBit() function
862 bool getValueBits(SDValue V, SmallVector<ValueBit, 64> &Bits) { in getValueBits() argument
869 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
882 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
889 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
898 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
905 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
914 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
[all …]