Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp964 Node Branch(Node Cond, Node *TrueNode, Node *FalseNode) { in Branch() argument
971 *TrueNode = OperandNode(Func->makeNode()); in Branch()
974 LOG(out << *TrueNode << ", " << *FalseNode << ")" in Branch()
984 Ctrl->appendInst(InstBr::create(Func, CondBool, *TrueNode, *FalseNode)); in Branch()