Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4277 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask() local
4278 SDValue Op0 = LogicN->getOperand(0); in BackwardsPropagateMask()
4279 SDValue Op1 = LogicN->getOperand(1); in BackwardsPropagateMask()
4287 DAG.UpdateNodeOperands(LogicN, Op0, And); in BackwardsPropagateMask()