OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShlRHS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
4636
ConstantSDNode *
ShlRHS
= dyn_cast<ConstantSDNode>(RHS);
4637
if (!
ShlRHS
) {
4641
APInt ShiftAmt =
ShlRHS
->getAPIntValue();
NVPTXISelDAGToDAG.cpp
3504
SDValue
ShlRHS
= LHS->getOperand(1);
3505
ConstantSDNode *ShlCnst = dyn_cast<ConstantSDNode>(
ShlRHS
);
Completed in 21 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026