Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp826 struct ValueBit { struct in __anoncb3d9cae0411::BitPermutationSelector
827 SDValue V;
831 unsigned Idx;
833 enum Kind {
836 } K;
838 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
840 ValueBit(Kind K = Variable) in ValueBit() argument
843 bool isZero() const { in isZero()
847 bool hasValue() const { in hasValue()
851 SDValue getValue() const { in getValue()
[all …]