Searched refs:P2I (Results 1 – 2 of 2) sorted by relevance
279 auto *P2I = dyn_cast<Operator>(I2P->getOperand(0)); in isNoopPtrIntCastPair() local280 if (!P2I || P2I->getOpcode() != Instruction::PtrToInt) in isNoopPtrIntCastPair()296 unsigned P2IOp0AS = P2I->getOperand(0)->getType()->getPointerAddressSpace(); in isNoopPtrIntCastPair()301 CastInst::isNoopCast(Instruction::CastOps(P2I->getOpcode()), in isNoopPtrIntCastPair()302 P2I->getOperand(0)->getType(), P2I->getType(), in isNoopPtrIntCastPair()373 auto *P2I = cast<Operator>(Op.getOperand(0)); in getPointerOperands() local374 return {P2I->getOperand(0)}; in getPointerOperands()
9869 const SCEVPtrToIntExpr *P2I = cast<SCEVPtrToIntExpr>(V); in BuildConstantFromSCEV() local9870 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV()9871 return ConstantExpr::getPtrToInt(CastOp, P2I->getType()); in BuildConstantFromSCEV()