Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp685 Instruction *RealMulI = dyn_cast<Instruction>(Real->getOperand(1)); in identifyPartialMul() local
686 if (!RealMulI) in identifyPartialMul()
693 if (!RealMulI->hasOneUse() || !ImagMulI->hasOneUse()) { in identifyPartialMul()
698 Value *R0 = RealMulI->getOperand(0); in identifyPartialMul()
699 Value *R1 = RealMulI->getOperand(1); in identifyPartialMul()