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