Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp766 struct ValueBit { struct in __anon7bd595e20411::BitPermutationSelector
767 SDValue V;
771 unsigned Idx;
773 enum Kind {
776 } K;
778 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
780 ValueBit(Kind K = Variable) in ValueBit() function
783 bool isZero() const { in isZero()
787 bool hasValue() const { in hasValue()
791 SDValue getValue() const { in getValue()
[all …]