OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCVMinus1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerCombiner.cpp
180
APInt
SCVMinus1
= ShiftedConstValue - 1;
182
if (
SCVMinus1
.isPowerOf2()) {
183
ShiftAmt =
SCVMinus1
.logBase2();
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
12261
APInt
SCVMinus1
= ShiftedConstValue - 1;
12263
if (
SCVMinus1
.isPowerOf2()) {
12264
ShiftAmt =
SCVMinus1
.logBase2();
Completed in 44 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026