Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1656 Value *CastedRelocatedValue = in insertRelocationStores() local
1661 StoreInst *Store = new StoreInst(CastedRelocatedValue, Alloca); in insertRelocationStores()
1662 Store->insertAfter(cast<Instruction>(CastedRelocatedValue)); in insertRelocationStores()