Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1112 const Instruction *LdUser = cast<Instruction>(*I->user_begin()); in getMemoryOpCost() local
1114 if (isBswapIntrinsicCall(LdUser) && in getMemoryOpCost()
1115 (!LdUser->hasOneUse() || !isa<StoreInst>(*LdUser->user_begin()))) in getMemoryOpCost()