Searched refs:CombinedValueIntVal (Results 1 – 1 of 1) sorted by relevance
1026 const APInt CombinedValueIntVal = C1APIntVal + C2APIntVal; in reassociationCanBreakAddressingModePattern() local1027 if (CombinedValueIntVal.getBitWidth() > 64) in reassociationCanBreakAddressingModePattern()1029 const int64_t CombinedValue = CombinedValueIntVal.getSExtValue(); in reassociationCanBreakAddressingModePattern()