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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp918 const APInt &C2APIntVal = C2->getAPIntValue(); local
919 if (C1APIntVal.getBitWidth() > 64 || C2APIntVal.getBitWidth() > 64)
922 const APInt CombinedValueIntVal = C1APIntVal + C2APIntVal;
935 AM.BaseOffs = C2APIntVal.getSExtValue();

Completed in 102 milliseconds