OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserOpc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
4043
unsigned
UserOpc
= User->getOpcode();
4044
if ((
UserOpc
== Opcode ||
UserOpc
== OtherOpcode ||
UserOpc
== DivRemOpc) &&
4048
if (
UserOpc
== OtherOpcode) {
4051
} else if (
UserOpc
== DivRemOpc) {
4054
assert(
UserOpc
== Opcode);
4058
if (
UserOpc
== ISD::SDIV ||
UserOpc
== ISD::UDIV)
4060
else if (
UserOpc
== ISD::SREM || UserOpc == ISD::UREM
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp
5763
unsigned
UserOpc
= UserMI.getOpcode();
5776
switch (
UserOpc
) {
5885
switch (
UserOpc
) {
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026