Searched refs:ConstZero (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1114 // ConstZero means a bit we need to mask off.
1119 ConstZero, enumerator in enum:__anon2358::BitPermutationSelector::ValueBit::Kind
1130 return K == ConstZero || K == VariableKnownToBeZero;
1250 Bits[i] = ValueBit(ValueBit::ConstZero);
1265 Bits[i] = ValueBit(ValueBit::ConstZero);
1286 // we have nothing to do here. Otherwise, make the bit ConstZero.
1290 Bits[i] = ValueBit(ValueBit::ConstZero);
1305 // If both inputs are known to be zero and one is ConstZero and
1310 // ConstZero.
1318 Bits[i] = ValueBit(ValueBit::ConstZero);
[all...]

Completed in 157 milliseconds