OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotOpc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
9043
unsigned
RotOpc
= IsFSHL ? ISD::ROTL : ISD::ROTR;
9044
if (N0 == N1 && hasOperation(
RotOpc
, VT))
9045
return DAG.getNode(
RotOpc
, SDLoc(N), VT, N0, N2);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 61 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026