OpenGrok
Cross Reference: InstructionCombining.cpp
xref
: /
external
/
llvm
/
lib
/
Transforms
/
InstCombine
/
InstructionCombining.cpp
Home
|
History
|
Annotate
|
Download
|
only in
InstCombine
Lines Matching
refs:user_end
859
for (auto UI = PN->user_begin(), E = PN->
user_end
(); UI != E;) {