Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp29 static bool typesLogicallyMatch(const SPIRVType *Ty1, const SPIRVType *Ty2, in typesLogicallyMatch() function
45 typesLogicallyMatch(ElemType1, ElemType2, GR); in typesLogicallyMatch()
55 !typesLogicallyMatch(ElemType1, ElemType2, GR)) in typesLogicallyMatch()
586 if (typesLogicallyMatch(PointeeType, OpType, GR)) { in enforcePtrTypeCompatibility()