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.cpp1269 NodePtr NodeMul = prepareCompositeNode( in identifyMultiplications() local
1271 NodeMul->Rotation = Rotation; in identifyMultiplications()
1272 NodeMul->addOperand(NodeA); in identifyMultiplications()
1273 NodeMul->addOperand(NodeB); in identifyMultiplications()
1275 NodeMul->addOperand(Result); in identifyMultiplications()
1276 submitCompositeNode(NodeMul); in identifyMultiplications()
1277 Result = NodeMul; in identifyMultiplications()