Searched defs:getIndexedType (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h57 Type *getIndexedType() const { function in class:llvm::generic_gep_type_iterator
/external/llvm/lib/IR/
H A DInstructions.cpp1362 /// getIndexedType - Returns the type of the element that would be accessed with
1397 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList) { function in class:GetElementPtrInst
1401 Type *GetElementPtrInst::getIndexedType(Type *Ptr, function in class:GetElementPtrInst
1406 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<uint64_t> IdxList) { function in class:GetElementPtrInst
1670 assert(ExtractValueInst::getIndexedType(Agg->getType(), Idxs) ==
1709 // getIndexedType - Returns the type of the element that would be extracted
1715 Type *ExtractValueInst::getIndexedType(Type *Agg, function in class:ExtractValueInst

Completed in 89 milliseconds