OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InsertNewInstBefore
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h
373
Instruction *
InsertNewInstBefore
(Instruction *New, Instruction &Old) {
382
/// Same as
InsertNewInstBefore
, but also sets the debug loc.
385
return
InsertNewInstBefore
(New, Old);
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h
395
Instruction *
InsertNewInstBefore
(Instruction *New, Instruction &Old) {
404
/// Same as
InsertNewInstBefore
, but also sets the debug loc.
407
return
InsertNewInstBefore
(New, Old);
Completed in 19 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026