Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1359 struct ValueBit { struct in __anon80d47ed70611::BitPermutationSelector
1360 SDValue V;
1364 unsigned Idx;
1370 enum Kind {
1374 } K;
1376 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
1378 ValueBit(Kind K = Variable) : Idx(UINT32_MAX), K(K) {} in ValueBit() function
1380 bool isZero() const { in isZero()
1384 bool hasValue() const { in hasValue()
1388 SDValue getValue() const { in getValue()
[all …]