OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMaxValue
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAtomicRMW.cpp
49
return C->
isMaxValue
(true);
53
return C->
isMaxValue
(false);
89
return C->
isMaxValue
(true);
93
return C->
isMaxValue
(false);
InstCombineAndOrXor.cpp
1399
if (RHSC->
isMaxValue
(false))
1417
if (RHSC->
isMaxValue
(true))
2596
if (RHSC->
isMaxValue
(false))
2601
assert(!RHSC->
isMaxValue
(false) && "Missed icmp simplification");
2612
if (RHSC->
isMaxValue
(true))
2618
assert(!RHSC->
isMaxValue
(true) && "Missed icmp simplification");
InstCombineCompares.cpp
2356
assert(!C.
isMaxValue
() &&
5277
return WillIncrement ? !C->
isMaxValue
(IsSigned) : !C->isMinValue(IsSigned);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
211
bool
isMaxValue
(bool IsSigned) const {
215
return Val.
isMaxValue
();
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
54
assert((Lower != Upper || (Lower.
isMaxValue
() || Lower.isMinValue())) &&
111
if (UMin.
isMaxValue
())
311
return Lower == Upper && Lower.
isMaxValue
();
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
426
bool
isMaxValue
() const { return isAllOnesValue(); }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
3569
bool IsMaxV = LHSC->getValue()->
isMaxValue
(IsSigned);
9452
assert(!RA.
isMaxValue
() && "Should have been caught earlier!");
9511
if (!getUnsignedRangeMax(RHS).
isMaxValue
()) {
9527
} else if (!getUnsignedRangeMax(LHS).
isMaxValue
()) {
InstructionSimplify.cpp
1759
if (MinMaxC.
isMaxValue
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
11260
if (Value.
isMaxValue
()) return Max;
11900
if (!IntegerValue.
isMaxValue
()) {
SemaDeclCXX.cpp
13898
OK_Ordinary, Loc, Upper.
isMaxValue
(), S.CurFPFeatureOverrides());
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
9086
(Lower == Upper && !Lower.
isMaxValue
())
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
22822
if ((IsInc && EltC.
isMaxValue
()) || (!IsInc && EltC.isNullValue()))
[
all
...]
Completed in 84 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026