Searched refs:ExtUser (Results 1 – 2 of 2) sorted by relevance
188 bool isExtPartOfAvgExpr(const Instruction *ExtUser, Type *Dst,
3001 bool AArch64TTIImpl::isExtPartOfAvgExpr(const Instruction *ExtUser, Type *Dst, in isExtPartOfAvgExpr() argument3008 if (ExtUser->getOpcode() != Instruction::Add || !ExtUser->hasOneUse()) in isExtPartOfAvgExpr()3012 const Instruction *Add = ExtUser; in isExtPartOfAvgExpr()