Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1283 Inst *FirstOperandDef = nullptr; in shortCircuit() local
1286 FirstOperandDef = &Inst; in shortCircuit()
1291 if (FirstOperandDef == nullptr) { in shortCircuit()
1296 auto It = Ice::instToIterator(FirstOperandDef); in shortCircuit()
1318 It = Ice::instToIterator(FirstOperandDef); in shortCircuit()
1356 InstBr::create(Func, FirstOperandDef->getDest(), JumpOnTrue, NewNode); in shortCircuit()
1361 InstBr::create(Func, FirstOperandDef->getDest(), NewNode, JumpOnFalse); in shortCircuit()
1371 if (TopLevelBoolOp->getSrc(0) == FirstOperandDef->getDest()) in shortCircuit()
1373 else if (TopLevelBoolOp->getSrc(1) == FirstOperandDef->getDest()) in shortCircuit()