Home
last modified time | relevance | path

Searched refs:Int2Ptr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp791 } else if (auto *Int2Ptr = dyn_cast<Operator>(V)) { in stripAndAccumulateConstantOffsets() local
793 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()