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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp768 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) {
949 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) {
1025 ConstantDataSequential::isElementTypeCompatible(V->getType()))
2208 /// isElementTypeCompatible - Return true if a ConstantDataSequential can be
2212 bool ConstantDataSequential::isElementTypeCompatible(const Type *Ty) { function in class:ConstantDataSequential
2260 assert(isElementTypeCompatible(Ty->getSequentialElementType()));
2417 assert(isElementTypeCompatible(V->getType()) &&
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DConstants.h551 /// isElementTypeCompatible - Return true if a ConstantDataSequential can be
555 static bool isElementTypeCompatible(const Type *Ty);

Completed in 125 milliseconds