Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1756 Value *NewLoadStore = Builder.CreateBitCast(MaskedLoadStore, Ty); in hoistConditionalLoadsStores() local
1758 PN->setIncomingValue(PN->getBasicBlockIndex(BB), NewLoadStore); in hoistConditionalLoadsStores()
1759 I->replaceAllUsesWith(NewLoadStore); in hoistConditionalLoadsStores()