Searched refs:HiBits (Results 1 – 3 of 3) sorted by relevance
238 unsigned HiBits = LongLen - ShortLen; in getValueRange() local245 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()248 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
2596 SDValue LowLHS, HiBits; in performOrCombine() local2597 std::tie(LowLHS, HiBits) = split64BitValue(LHS, DAG); in performOrCombine()2601 DCI.AddToWorklist(HiBits.getNode()); in performOrCombine()2604 LowOr, HiBits); in performOrCombine()
6641 SDValue LowLHS, HiBits; in performOrCombine() local6642 std::tie(LowLHS, HiBits) = split64BitValue(LHS, DAG); in performOrCombine()6646 DCI.AddToWorklist(HiBits.getNode()); in performOrCombine()6649 LowOr, HiBits); in performOrCombine()