OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitsSetFrom
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DemandedBits.cpp
179
AB = APInt::
getBitsSetFrom
(BitWidth, AOut.countTrailingZeros());
/src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp
35
auto Mask = APInt::
getBitsSetFrom
(
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
643
static APInt
getBitsSetFrom
(unsigned numBits, unsigned loBit) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
757
APInt Adjust = LowerDiv & APInt::
getBitsSetFrom
(getBitWidth(), DstTySize);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
389
APInt Mask = APInt::
getBitsSetFrom
(OrigBitWidth, BitWidth);
418
APInt ShiftedBits = APInt::
getBitsSetFrom
(OrigBitWidth, BitWidth);
InstCombineCompares.cpp
4882
return APInt::
getBitsSetFrom
(BitWidth, RHS->countTrailingOnes());
4887
return APInt::
getBitsSetFrom
(BitWidth, RHS->countTrailingZeros());
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
5781
APInt Mask = APInt::
getBitsSetFrom
(LHS.getValueSizeInBits(), 1);
5834
APInt Mask = APInt::
getBitsSetFrom
(LHS.getValueSizeInBits(), 1);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
3166
APInt UpperBits = APInt::
getBitsSetFrom
(SrcVT.getScalarSizeInBits(),
Completed in 181 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026