Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5584 Optional<APInt> FoldAttempt = in FoldConstantArithmetic() local
5586 if (!FoldAttempt) in FoldConstantArithmetic()
5589 SDValue Folded = getConstant(*FoldAttempt, DL, VT); in FoldConstantArithmetic()