OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PtrToInt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
257
const SCEVPtrToIntExpr *
PtrToInt
= cast<SCEVPtrToIntExpr>(this);
258
const SCEV *Op =
PtrToInt
->getOperand();
259
OS << "(
ptrtoint
" << *Op->getType() << " " << *Op << " to "
260
<< *
PtrToInt
->getType() << ")";
527
if (VCE->getOpcode() == Instruction::
PtrToInt
)
544
if (VCE->getOpcode() == Instruction::
PtrToInt
)
569
if (VCE->getOpcode() == Instruction::
PtrToInt
)
1057
"Source pointer type must be integral for
ptrtoint
!");
1072
// We can only model
ptrtoint
if SCEV's effective (integer) type
5885
if (const SCEVPtrToIntExpr *
PtrToInt
= dyn_cast<SCEVPtrToIntExpr>(S))
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
178
PtrToInt
Opcode = C.LLVMPtrToInt
Completed in 31 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026