Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1336 struct ValueBit { struct in __anone4b018340611::BitPermutationSelector
1337 SDValue V;
1341 unsigned Idx;
1347 enum Kind {
1351 } K;
1353 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1355 ValueBit(Kind K = Variable) in ValueBit() function
1358 bool isZero() const { in isZero()
1362 bool hasValue() const { in hasValue()
1366 SDValue getValue() const { in getValue()
[all …]