Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp385 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
388 if (ReplVal == LI) in rewriteSingleStoreAlloca()
389 ReplVal = UndefValue::get(LI->getType()); in rewriteSingleStoreAlloca()
390 LI->replaceAllUsesWith(ReplVal); in rewriteSingleStoreAlloca()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp879 Value *ReplVal = OnlyStore->getOperand(0); in RewriteSingleStoreAlloca() local
882 if (ReplVal == LI) in RewriteSingleStoreAlloca()
883 ReplVal = UndefValue::get(LI->getType()); in RewriteSingleStoreAlloca()
884 LI->replaceAllUsesWith(ReplVal); in RewriteSingleStoreAlloca()