Lines Matching refs:hasValue
1541 bool hasValue() const { in hasValue() function
1546 assert(hasValue() && "Cannot get the value of a constant bit"); in getValue()
1551 assert(hasValue() && "Cannot get the value bit index of a constant bit"); in getValueBitIndex()
1732 if (LHSBits[i].hasValue() && LHSBits[i].getValue() == LastVal && in getValueBits()
1735 else if (RHSBits[i].hasValue() && RHSBits[i].getValue() == LastVal && in getValueBits()
1750 if (Bits[i].hasValue()) { in getValueBits()
1800 if ((*InBits)[i].hasValue() && (*InBits)[i].getValueBitIndex() >= 32) { in getValueBits()
1827 Bits[i] = (*LHSBits)[i].hasValue() in getValueBits()
1867 if (Bits[i].hasValue()) { in computeRotationAmounts()
1888 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups()
1890 bool IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups()
1893 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups()
1924 IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups()
1998 if (!Bits[i].hasValue()) in assignRepl32BitGroups()
2005 if (!Bits[i].hasValue()) in assignRepl32BitGroups()
2011 if (!Bits[i].hasValue()) in assignRepl32BitGroups()
2134 if (Bits[i].hasValue()) in getZerosMask()
2181 if (!Bits[i].hasValue() || Bits[i].getValue() != VRI.V) in SelectAndParts32()