OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUpperWrapped
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
322
bool ConstantRange::
isUpperWrapped
() const {
371
if (isFullSet() ||
isUpperWrapped
())
398
if (!
isUpperWrapped
())
407
if (!
isUpperWrapped
()) {
408
if (Other.
isUpperWrapped
())
414
if (!Other.
isUpperWrapped
())
477
if (!
isUpperWrapped
() && CR.
isUpperWrapped
())
480
if (!
isUpperWrapped
() && !CR.
isUpperWrapped
()) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h
197
bool
isUpperWrapped
() const;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
8942
if (CR.isFullSet() || CR.isEmptySet() || CR.
isUpperWrapped
())
Completed in 69 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026