Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15716 static SDValue tryDemorganOfBooleanCondition(SDValue Cond, SelectionDAG &DAG) { in tryDemorganOfBooleanCondition()
15852 if (SDValue NewCond = tryDemorganOfBooleanCondition(LHS, DAG)) { in combine_CC()
15713 static SDValue tryDemorganOfBooleanCondition(SDValue Cond, SelectionDAG &DAG) { tryDemorganOfBooleanCondition() function