Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1107 struct ValueBit { struct in __anon4af4e4970411::BitPermutationSelector
1108 SDValue V;
1112 unsigned Idx;
1118 enum Kind {
1122 } K;
1124 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
1126 ValueBit(Kind K = Variable) in ValueBit() function
1129 bool isZero() const { in isZero()
1133 bool hasValue() const { in hasValue()
1137 SDValue getValue() const { in getValue()
[all …]