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

/external/llvm/lib/VMCore/
H A DConstants.cpp711 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) {
892 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) {
968 ConstantDataSequential::isElementTypeCompatible(V->getType()))
2090 /// isElementTypeCompatible - Return true if a ConstantDataSequential can be
2094 bool ConstantDataSequential::isElementTypeCompatible(const Type *Ty) { function in class:ConstantDataSequential
2142 assert(isElementTypeCompatible(Ty->getSequentialElementType()));
2299 assert(isElementTypeCompatible(V->getType()) &&
/external/llvm/include/llvm/
H A DConstants.h562 /// isElementTypeCompatible - Return true if a ConstantDataSequential can be
566 static bool isElementTypeCompatible(const Type *Ty);

Completed in 58 milliseconds