Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1503 struct ValueBit { struct in __anon010aa3800711::BitPermutationSelector
1504 SDValue V;
1508 unsigned Idx;
1514 enum Kind {
1518 } K;
1520 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
1522 ValueBit(Kind K = Variable) : Idx(UINT32_MAX), K(K) {} in ValueBit() argument
1524 bool isZero() const { in isZero()
1528 bool hasValue() const { in hasValue()
1532 SDValue getValue() const { in getValue()
[all …]