Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5431 static llvm::Optional<APInt> FoldValue(unsigned Opcode, const APInt &C1, in FoldValue() function
5585 FoldValue(Opcode, C1->getAPIntValue(), C2->getAPIntValue()); in FoldConstantArithmetic()
5631 Optional<APInt> Fold = FoldValue(Opcode, RawBits1[I], RawBits2[I]); in FoldConstantArithmetic()