Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp920 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1030 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1042 ConstantDataSequential::isElementTypeCompatible(V->getType())) in getSplat()
2299 bool ConstantDataSequential::isElementTypeCompatible(Type *Ty) { in isElementTypeCompatible() function in ConstantDataSequential
2345 assert(isElementTypeCompatible(Ty->getSequentialElementType())); in getImpl()
2544 assert(isElementTypeCompatible(V->getType()) && in getSplat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp988 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1088 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1100 ConstantDataSequential::isElementTypeCompatible(V->getType())) in getSplat()
2377 bool ConstantDataSequential::isElementTypeCompatible(Type *Ty) { in isElementTypeCompatible() function in ConstantDataSequential
2423 assert(isElementTypeCompatible(Ty->getSequentialElementType())); in getImpl()
2587 assert(isElementTypeCompatible(V->getType()) && in getSplat()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h600 static bool isElementTypeCompatible(Type *Ty);
/external/llvm/include/llvm/IR/
DConstants.h570 static bool isElementTypeCompatible(Type *Ty);