Home
last modified time | relevance | path

Searched refs:CombinedValueIntVal (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1030 const APInt CombinedValueIntVal = C1APIntVal + C2APIntVal; in reassociationCanBreakAddressingModePattern() local
1031 if (CombinedValueIntVal.getSignificantBits() > 64) in reassociationCanBreakAddressingModePattern()
1033 const int64_t CombinedValue = CombinedValueIntVal.getSExtValue(); in reassociationCanBreakAddressingModePattern()