OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShiftSumC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp
366
Constant *
ShiftSumC
= ConstantExpr::getAdd(C0, C1);
367
Value *NewShift1 = Builder.CreateBinOp(ShiftOpcode, X,
ShiftSumC
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
7998
SDValue
ShiftSumC
= DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT);
7999
SDValue NewShift1 = DAG.getNode(ShiftOpcode, DL, VT, X,
ShiftSumC
);
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026