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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h172 bool isExtPartOfAvgExpr(const Instruction *ExtUser, Type *Dst, Type *Src);
H A DAArch64TargetTransformInfo.cpp2186 bool AArch64TTIImpl::isExtPartOfAvgExpr(const Instruction *ExtUser, Type *Dst, argument
2193 if (ExtUser->getOpcode() != Instruction::Add || !ExtUser->hasOneUse())
2197 const Instruction *Add = ExtUser;

Completed in 122 milliseconds