Lines Matching +defs:Variable +defs:Value
893 unsigned Value, SH = 0;
921 isInt32Immediate(Op1.getOperand(1), Value)) {
923 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
934 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
935 // Note that Value must be in range here (less than 32) because
938 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
1511 // Variable is a bit comes from an input variable.
1516 Variable,
1520 ValueBit(SDValue V, unsigned I, Kind K = Variable)
1522 ValueBit(Kind K = Variable) : Idx(UINT32_MAX), K(K) {}
1529 return K == Variable || K == VariableKnownToBeZero;
1567 // Information on each (Value, RLAmt) pair (like the number of groups
1892 // Value or RLAmt does not match here. Instead, we terminate this group
2269 // to fill in, select the (Value, RLAmt) with the highest priority (largest
2655 // to fill in, select the (Value, RLAmt) with the highest priority (largest