Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12567 auto GetAPIntValue = [](SDValue Op) -> std::optional<APInt> { in visitSETCC() local
12575 IsRotate ? std::nullopt : GetAPIntValue(AndOrOp.getOperand(1)); in visitSETCC()
12577 GetAPIntValue(ShiftOrRotate.getOperand(1)); in visitSETCC()