Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp779 struct ValueBit { struct in __anond054b1730411::BitPermutationSelector
780 SDValue V;
784 unsigned Idx;
786 enum Kind {
789 } K;
791 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
793 ValueBit(Kind K = Variable) in ValueBit() function
796 bool isZero() const { in isZero()
800 bool hasValue() const { in hasValue()
804 SDValue getValue() const { in getValue()
[all …]