Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp948 auto getLoadStoreKind = [](const Value *V, unsigned LdStOp, unsigned MaskedOp, in getCastContextHint() local
971 return getLoadStoreKind(I->getOperand(0), Instruction::Load, in getCastContextHint()
976 return getLoadStoreKind(*I->user_begin(), Instruction::Store, in getCastContextHint()