Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6177 SDNodeFlags LogicFlags; in hoistLogicOpWithSameOpcodeHands() local
6178 LogicFlags.setDisjoint(N->getFlags().hasDisjoint() && in hoistLogicOpWithSameOpcodeHands()
6180 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y, LogicFlags); in hoistLogicOpWithSameOpcodeHands()