Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1346 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1466 if (ConstantDataSequential::isElementTypeCompatible(C->getType())) in getImpl()
1489 ConstantDataSequential::isElementTypeCompatible(V->getType())) in getSplat()
2825 bool ConstantDataSequential::isElementTypeCompatible(Type *Ty) { in isElementTypeCompatible() function in ConstantDataSequential
2872 assert(isElementTypeCompatible(ATy->getElementType())); in getImpl()
2874 assert(isElementTypeCompatible(cast<VectorType>(Ty)->getElementType())); in getImpl()
3048 assert(isElementTypeCompatible(V->getType()) && in getSplat()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h509 static bool isElementTypeCompatible(Type *Ty) { in isElementTypeCompatible() function
510 return llvm::ConstantDataSequential::isElementTypeCompatible(Ty->LLVMTy); in isElementTypeCompatible()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h622 LLVM_ABI static bool isElementTypeCompatible(Type *Ty);