Searched refs:P2I (Results 1 – 2 of 2) sorted by relevance
275 auto *P2I = dyn_cast<Operator>(I2P->getOperand(0)); in isNoopPtrIntCastPair() local276 if (!P2I || P2I->getOpcode() != Instruction::PtrToInt) in isNoopPtrIntCastPair()292 unsigned P2IOp0AS = P2I->getOperand(0)->getType()->getPointerAddressSpace(); in isNoopPtrIntCastPair()297 CastInst::isNoopCast(Instruction::CastOps(P2I->getOpcode()), in isNoopPtrIntCastPair()298 P2I->getOperand(0)->getType(), P2I->getType(), in isNoopPtrIntCastPair()360 auto *P2I = cast<Operator>(Op.getOperand(0)); in getPointerOperands() local361 return {P2I->getOperand(0)}; in getPointerOperands()
9814 const SCEVPtrToIntExpr *P2I = cast<SCEVPtrToIntExpr>(V); in BuildConstantFromSCEV() local9815 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV()9816 return ConstantExpr::getPtrToInt(CastOp, P2I->getType()); in BuildConstantFromSCEV()