Searched refs:ExtUser (Results 1 – 2 of 2) sorted by relevance
172 bool isExtPartOfAvgExpr(const Instruction *ExtUser, Type *Dst, Type *Src);
2434 bool AArch64TTIImpl::isExtPartOfAvgExpr(const Instruction *ExtUser, Type *Dst, in isExtPartOfAvgExpr() argument2441 if (ExtUser->getOpcode() != Instruction::Add || !ExtUser->hasOneUse()) in isExtPartOfAvgExpr()2445 const Instruction *Add = ExtUser; in isExtPartOfAvgExpr()