Searched refs:Int2Ptr (Results 1 – 1 of 1) sorted by relevance
791 } else if (auto *Int2Ptr = dyn_cast<Operator>(V)) { in stripAndAccumulateConstantOffsets() local793 if (!AllowNonInbounds || !LookThroughIntToPtr || !Int2Ptr || in stripAndAccumulateConstantOffsets()794 Int2Ptr->getOpcode() != Instruction::IntToPtr || in stripAndAccumulateConstantOffsets()795 Int2Ptr->getOperand(0)->getType()->getScalarSizeInBits() != BitWidth) in stripAndAccumulateConstantOffsets()798 auto *Add = dyn_cast<AddOperator>(Int2Ptr->getOperand(0)); in stripAndAccumulateConstantOffsets()