Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp823 auto getLoadStoreKind = [](const Value *V, unsigned LdStOp, unsigned MaskedOp, in getCastContextHint() local
846 return getLoadStoreKind(I->getOperand(0), Instruction::Load, in getCastContextHint()
851 return getLoadStoreKind(*I->user_begin(), Instruction::Store, in getCastContextHint()