Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1433 NodePtr NodeMul = prepareCompositeNode( in identifyMultiplications() local
1435 NodeMul->Rotation = Rotation; in identifyMultiplications()
1436 NodeMul->addOperand(NodeA); in identifyMultiplications()
1437 NodeMul->addOperand(NodeB); in identifyMultiplications()
1439 NodeMul->addOperand(Result); in identifyMultiplications()
1440 submitCompositeNode(NodeMul); in identifyMultiplications()
1441 Result = NodeMul; in identifyMultiplications()