Home
last modified time | relevance | path

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

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