Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1254 bool IsVectorTy = InputType->getOpcode() == SPIRV::OpTypeVector; in selectAnyOrAll() local
1255 if (IsBoolTy && !IsVectorTy) { in selectAnyOrAll()
1271 if (IsVectorTy) { in selectAnyOrAll()
1290 if (!IsVectorTy) in selectAnyOrAll()
1724 bool IsVectorTy = IntTy->getOpcode() == SPIRV::OpTypeVector; in selectIntToBool() local
1725 unsigned Opcode = IsVectorTy ? SPIRV::OpBitwiseAndV : SPIRV::OpBitwiseAndS; in selectIntToBool()