Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h509 static bool isElementTypeCompatible(Type *Ty) { in isElementTypeCompatible() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2825 bool ConstantDataSequential::isElementTypeCompatible(Type *Ty) { in isElementTypeCompatible() function in ConstantDataSequential