OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSignedMaxValue
(Results
1 - 16
of
16
) sorted by null
/external/llvm/include/llvm/ADT/
APSInt.h
278
: APInt::
getSignedMaxValue
(numBits), Unsigned);
APInt.h
427
static APInt
getSignedMaxValue
(unsigned numBits) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
Float2Int.cpp
218
APInt SMax = APInt::
getSignedMaxValue
(BW).sextOrSelf(MaxIntegerBW+1);
InductiveRangeCheckElimination.cpp
639
APInt::
getSignedMaxValue
(cast<IntegerType>(S->getType())->getBitWidth());
[
all
...]
/external/llvm/lib/IR/
ConstantRange.cpp
204
return contains(APInt::
getSignedMaxValue
(getBitWidth())) &&
243
APInt SignedMax(APInt::
getSignedMaxValue
(getBitWidth()));
/external/clang/lib/Frontend/
InitPreprocessor.cpp
187
llvm::APInt MaxVal = isSigned ? llvm::APInt::
getSignedMaxValue
(TypeWidth)
[
all
...]
/external/llvm/unittests/IR/
ConstantRangeTest.cpp
515
ConstantRange SMax = ConstantRange(APInt::
getSignedMaxValue
(32));
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
[
all
...]
ScalarEvolution.cpp
[
all
...]
InstructionSimplify.cpp
[
all
...]
ValueTracking.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
/external/llvm/lib/Support/
APInt.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 1091 milliseconds