Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h341 inline Type *getSequentialElementType() const { in getSequentialElementType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h361 inline Type *getSequentialElementType() const { in getSequentialElementType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp920 return Constant::getNullValue(getType()->getSequentialElementType()); in getSequentialElement()
953 return UndefValue::get(getType()->getSequentialElementType()); in getSequentialElement()
2555 assert(isElementTypeCompatible(Ty->getSequentialElementType())); in getImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp463 Type *EltTy = C->getType()->getSequentialElementType(); in ReadDataFromGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2137 Type *EltTy = Ty->getSequentialElementType(); in handleMulByConstant()