Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5166 Optional<APInt> FoldAttempt = in FoldConstantArithmetic() local
5168 if (!FoldAttempt) in FoldConstantArithmetic()
5171 SDValue Folded = getConstant(FoldAttempt.getValue(), DL, VT); in FoldConstantArithmetic()