Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp822 struct ValueBit { struct in __anon0e9c87610411::BitPermutationSelector
823 SDValue V;
827 unsigned Idx;
829 enum Kind {
832 } K;
834 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
836 ValueBit(Kind K = Variable) in ValueBit() argument
839 bool isZero() const { in isZero()
843 bool hasValue() const { in hasValue()
847 SDValue getValue() const { in getValue()
[all …]