Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1546 Inst *FirstOperandDef = nullptr; in shortCircuit() local
1549 FirstOperandDef = &Inst; in shortCircuit()
1554 if (FirstOperandDef == nullptr) { in shortCircuit()
1559 auto It = Ice::instToIterator(FirstOperandDef); in shortCircuit()
1581 It = Ice::instToIterator(FirstOperandDef); in shortCircuit()
1619 InstBr::create(Func, FirstOperandDef->getDest(), JumpOnTrue, NewNode); in shortCircuit()
1624 InstBr::create(Func, FirstOperandDef->getDest(), NewNode, JumpOnFalse); in shortCircuit()
1634 if (TopLevelBoolOp->getSrc(0) == FirstOperandDef->getDest()) in shortCircuit()
1636 else if (TopLevelBoolOp->getSrc(1) == FirstOperandDef->getDest()) in shortCircuit()