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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp922 const APInt CombinedValueIntVal = C1APIntVal + C2APIntVal; local
923 if (CombinedValueIntVal.getBitWidth() > 64)
925 const int64_t CombinedValue = CombinedValueIntVal.getSExtValue();

Completed in 218 milliseconds