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