Searched refs:getSequentialElementType (Results 1 – 10 of 10) sorted by relevance
339 inline Type *getSequentialElementType() const { in getSequentialElementType() function345 Type *getArrayElementType() const { return getSequentialElementType(); } in getArrayElementType()348 Type *getVectorElementType() const { return getSequentialElementType(); } in getVectorElementType()350 Type *getPointerElementType() const { return getSequentialElementType(); } in getPointerElementType()
327 Type *getElementType() const { return getSequentialElementType(); } in getElementType()
341 inline Type *getSequentialElementType() const { in getSequentialElementType() function
358 inline Type *getSequentialElementType() const { in getSequentialElementType() function
745 return Constant::getNullValue(getType()->getSequentialElementType()); in getSequentialElement()778 return UndefValue::get(getType()->getSequentialElementType()); in getSequentialElement()2345 assert(isElementTypeCompatible(Ty->getSequentialElementType())); in getImpl()
815 return Constant::getNullValue(getType()->getSequentialElementType()); in getSequentialElement()848 return UndefValue::get(getType()->getSequentialElementType()); in getSequentialElement()2423 assert(isElementTypeCompatible(Ty->getSequentialElementType())); in getImpl()
369 Type *EltTy = C->getType()->getSequentialElementType(); in ReadDataFromGlobal()
447 Type *EltTy = C->getType()->getSequentialElementType(); in ReadDataFromGlobal()
1622 Type *EltTy = Ty->getSequentialElementType(); in handleMulByConstant()
1811 Type *EltTy = Ty->getSequentialElementType(); in handleMulByConstant()