Searched refs:HiBits (Results 1 – 2 of 2) sorted by relevance
237 unsigned HiBits = LongLen - ShortLen; in getValueRange() local244 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()247 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
8545 SDValue LowLHS, HiBits; in performOrCombine() local8546 std::tie(LowLHS, HiBits) = split64BitValue(LHS, DAG); in performOrCombine()8550 DCI.AddToWorklist(HiBits.getNode()); in performOrCombine()8553 LowOr, HiBits); in performOrCombine()