OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isInBounds
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
Local.h
37
bool
isInBounds
= GEPOp->
isInBounds
() && !NoAssumptions;
72
ConstantExpr::getMul(OC, Scale, false /*NUW*/,
isInBounds
/*NSW*/);
87
isInBounds
/*NSW*/);
94
false /*NUW*/,
isInBounds
/*NSW*/);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
463
IsInBounds
= (1 << 0),
469
(SubclassOptionalData & ~
IsInBounds
) | (B *
IsInBounds
);
474
bool
isInBounds
() const {
475
return SubclassOptionalData &
IsInBounds
;
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
1791
bool GetElementPtrInst::
isInBounds
() const {
1792
return cast<GEPOperator>(this)->
isInBounds
();
Completed in 20 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026