Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp733 auto *CRInst = dyn_cast<Instruction>(CR); in identifyPartialMul() local
736 if (!CRInst || !CIInst) { in identifyPartialMul()
741 NodePtr CNode = identifyNodeWithImplicitAdd(CRInst, CIInst, PartialMatch); in identifyPartialMul()