Searched refs:CIInst (Results 1 - 1 of 1) sorted by relevance

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

Completed in 69 milliseconds