Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1350 struct ValueBit { struct in __anonb5cceeb00611::BitPermutationSelector
1351 SDValue V;
1355 unsigned Idx;
1361 enum Kind {
1365 } K;
1367 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1369 ValueBit(Kind K = Variable) : Idx(UINT32_MAX), K(K) {} in ValueBit() function
1371 bool isZero() const { in isZero()
1375 bool hasValue() const { in hasValue()
1379 SDValue getValue() const { in getValue()
[all …]