Searched refs:LdUser (Results 1 – 1 of 1) sorted by relevance
1015 const Instruction *LdUser = cast<Instruction>(*I->user_begin()); in getMemoryOpCost() local1017 if (isBswapIntrinsicCall(LdUser) && in getMemoryOpCost()1018 (!LdUser->hasOneUse() || !isa<StoreInst>(*LdUser->user_begin()))) in getMemoryOpCost()