Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp43 SPIRVType *ElemType2 = GR.getSPIRVTypeForVReg(Ty2->getOperand(1).getReg()); in typesLogicallyMatch() local
44 return ElemType1 == ElemType2 || in typesLogicallyMatch()
45 typesLogicallyMatch(ElemType1, ElemType2, GR); in typesLogicallyMatch()
52 SPIRVType *ElemType2 = in typesLogicallyMatch() local
54 if (ElemType1 != ElemType2 && in typesLogicallyMatch()
55 !typesLogicallyMatch(ElemType1, ElemType2, GR)) in typesLogicallyMatch()