OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P2I
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp
244
auto *
P2I
= dyn_cast<Operator>(I2P->getOperand(0));
245
if (!
P2I
||
P2I
->getOpcode() != Instruction::PtrToInt)
264
CastInst::isNoopCast(Instruction::CastOps(
P2I
->getOpcode()),
265
P2I
->getOperand(0)->getType(),
P2I
->getType(),
268
P2I
->getOperand(0)->getType()->getPointerAddressSpace(),
330
auto *
P2I
= cast<Operator>(Op.getOperand(0));
331
return {
P2I
->getOperand(0)};
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
2362
if (auto *
P2I
= dyn_cast<PtrToIntInst>(V))
2363
if (Q.DL.getTypeSizeInBits(
P2I
->getSrcTy()).getFixedSize() <=
2364
Q.DL.getTypeSizeInBits(
P2I
->getDestTy()).getFixedSize())
2365
return isKnownNonZero(
P2I
->getOperand(0), Depth, Q);
ScalarEvolution.cpp
8498
const SCEVPtrToIntExpr *
P2I
= cast<SCEVPtrToIntExpr>(V);
8499
if (Constant *CastOp = BuildConstantFromSCEV(
P2I
->getOperand()))
8500
return ConstantExpr::getPtrToInt(CastOp,
P2I
->getType());
Completed in 46 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026