Searched defs:ReplaceInstWithValue (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp193 /// ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
196 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, function in class:llvm
224 ReplaceInstWithValue(BIL, BI, I);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp171 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, function in class:llvm
199 ReplaceInstWithValue(BIL, BI, I);

Completed in 123 milliseconds