OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMaxSignedValue
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/IR/
ConstantRange.cpp
89
if (SMax.
isMaxSignedValue
())
101
if (SMin.
isMaxSignedValue
())
/external/llvm/unittests/ADT/
APIntTest.cpp
146
EXPECT_TRUE(zero.
isMaxSignedValue
());
147
EXPECT_FALSE(one.
isMaxSignedValue
());
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
354
bool
isMaxSignedValue
() const {
[
all
...]
/external/llvm/include/llvm/IR/
Constants.h
188
return Val.
isMaxSignedValue
();
[
all
...]
PatternMatch.h
276
bool isValue(const APInt &C) { return C.
isMaxSignedValue
(); }
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
InstructionSimplify.cpp
[
all
...]
Completed in 995 milliseconds