Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1107 struct ValueBit { struct in __anonb15343eb0411::BitPermutationSelector
1108 SDValue V;
1112 unsigned Idx;
1118 enum Kind {
1122 } K;
1124 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1126 ValueBit(Kind K = Variable) in ValueBit() argument
1129 bool isZero() const { in isZero()
1133 bool hasValue() const { in hasValue()
1137 SDValue getValue() const { in getValue()
[all …]