Home
last modified time | relevance | path

Searched refs:LdUser (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1154 const Instruction *LdUser = cast<Instruction>(*I->user_begin()); in getMemoryOpCost() local
1156 if (isBswapIntrinsicCall(LdUser) && in getMemoryOpCost()
1157 (!LdUser->hasOneUse() || !isa<StoreInst>(*LdUser->user_begin()))) in getMemoryOpCost()