Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp953 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1076 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1088 ConstantDataSequential::isElementTypeCompatible(V->getType())) in getSplat()
2368 bool ConstantDataSequential::isElementTypeCompatible(Type *Ty) { in isElementTypeCompatible() function in ConstantDataSequential
2416 assert(isElementTypeCompatible(Ty->getSequentialElementType())); in getImpl()
2620 assert(isElementTypeCompatible(V->getType()) && in getSplat()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp421 if(!CDS->isElementTypeCompatible(I.getType())) in visitLoad()
/external/llvm/include/llvm/IR/
DConstants.h593 static bool isElementTypeCompatible(Type *Ty);