Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1155 bool IsVectorTy = IntTy->getOpcode() == SPIRV::OpTypeVector; in selectIntToBool() local
1156 unsigned Opcode = IsVectorTy ? SPIRV::OpBitwiseAndV : SPIRV::OpBitwiseAndS; in selectIntToBool()