Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1340 struct ValueBit { struct in __anon516d030b0611::BitPermutationSelector
1341 SDValue V;
1345 unsigned Idx;
1351 enum Kind {
1355 } K;
1357 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1359 ValueBit(Kind K = Variable) in ValueBit() function
1362 bool isZero() const { in isZero()
1366 bool hasValue() const { in hasValue()
1370 SDValue getValue() const { in getValue()
[all …]