Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h358 inline Type *getSequentialElementType() const { in getSequentialElementType() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp838 return Constant::getNullValue(getType()->getSequentialElementType()); in getSequentialElement()
871 return UndefValue::get(getType()->getSequentialElementType()); in getSequentialElement()
2475 assert(isElementTypeCompatible(Ty->getSequentialElementType())); in getImpl()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp458 Type *EltTy = C->getType()->getSequentialElementType(); in ReadDataFromGlobal()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2108 Type *EltTy = Ty->getSequentialElementType(); in handleMulByConstant()