OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripPointerCastsSameRepresentation
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h
664
const Value *
stripPointerCastsSameRepresentation
() const;
665
Value *
stripPointerCastsSameRepresentation
() {
667
->
stripPointerCastsSameRepresentation
());
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CaptureTracking.cpp
346
auto *O = I->getOperand(Idx)->
stripPointerCastsSameRepresentation
();
LazyValueInfo.cpp
1728
isKnownNonZero(V->
stripPointerCastsSameRepresentation
(), DL)) {
ValueTracking.cpp
5094
// Note that
stripPointerCastsSameRepresentation
can strip off getelementptr
5101
auto *StrippedV = V->
stripPointerCastsSameRepresentation
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ConstraintElimination.cpp
169
auto ADec = decompose(Op0->
stripPointerCastsSameRepresentation
());
170
auto BDec = decompose(Op1->
stripPointerCastsSameRepresentation
());
AlignmentFromAssumptions.cpp
218
AAPtr = AAPtr->
stripPointerCastsSameRepresentation
();
/src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp
657
const Value *Value::
stripPointerCastsSameRepresentation
() const {
Completed in 42 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026