Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1011 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1111 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1123 ConstantDataSequential::isElementTypeCompatible(V->getType())) in getSplat()
2429 bool ConstantDataSequential::isElementTypeCompatible(Type *Ty) { in isElementTypeCompatible() function in ConstantDataSequential
2475 assert(isElementTypeCompatible(Ty->getSequentialElementType())); in getImpl()
2639 assert(isElementTypeCompatible(V->getType()) && in getSplat()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h604 static bool isElementTypeCompatible(Type *Ty);