Home | History | Annotate | Download | only in IR

Lines Matching defs:GetElementPtrInst

1329 //                       GetElementPtrInst Implementation
1332 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList,
1340 GetElementPtrInst::GetElementPtrInst(const GetElementPtrInst &GEPI)
1342 OperandTraits<GetElementPtrInst>::op_end(this)
1384 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList) {
1388 Type *GetElementPtrInst::getIndexedType(Type *Ptr,
1393 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<uint64_t> IdxList) {
1400 bool GetElementPtrInst::hasAllZeroIndices() const {
1414 bool GetElementPtrInst::hasAllConstantIndices() const {
1422 void GetElementPtrInst::setIsInBounds(bool B) {
1426 bool GetElementPtrInst::isInBounds() const {
1430 bool GetElementPtrInst::accumulateConstantOffset(const DataLayout &DL,
3471 GetElementPtrInst *GetElementPtrInst::clone_impl() const {
3472 return new (getNumOperands()) GetElementPtrInst(*this);