Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1149 static bool isBswapIntrinsicCall(const Value *V) { in isBswapIntrinsicCall() function
1216 if (isBswapIntrinsicCall(LdUser) && in getMemoryOpCost()
1222 if (StoredVal->hasOneUse() && isBswapIntrinsicCall(StoredVal)) in getMemoryOpCost()