OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShiftOpcode
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
1984
unsigned
ShiftOpcode
= Op.getOpcode();
1994
if (
ShiftOpcode
== ISD::SRA)
1998
DAG.getNode(
ShiftOpcode
, DL, MVT::i32, ShiftedValue, MaskedShiftValue));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
1648
unsigned
ShiftOpcode
= Shift->getOpcode();
1649
bool IsShl =
ShiftOpcode
== Instruction::Shl;
1654
if (
ShiftOpcode
== Instruction::Shl) {
1665
} else if (
ShiftOpcode
== Instruction::LShr) {
1678
assert(
ShiftOpcode
== Instruction::AShr && "Unknown shift opcode");
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
7954
unsigned
ShiftOpcode
= Shift->getOpcode();
7961
if (V.getOpcode() !=
ShiftOpcode
|| !V.hasOneUse())
7999
SDValue NewShift1 = DAG.getNode(
ShiftOpcode
, DL, VT, X, ShiftSumC);
8000
SDValue NewShift2 = DAG.getNode(
ShiftOpcode
, DL, VT, Y, C1);
10766
auto
ShiftOpcode
=
10768
return DAG.getNode(
ShiftOpcode
, DL, VT, NotX, ShiftAmount);
Completed in 48 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026