Searched refs:IsVectorTy (Results 1 – 1 of 1) sorted by relevance
1254 bool IsVectorTy = InputType->getOpcode() == SPIRV::OpTypeVector; in selectAnyOrAll() local1255 if (IsBoolTy && !IsVectorTy) { in selectAnyOrAll()1271 if (IsVectorTy) { in selectAnyOrAll()1290 if (!IsVectorTy) in selectAnyOrAll()1724 bool IsVectorTy = IntTy->getOpcode() == SPIRV::OpTypeVector; in selectIntToBool() local1725 unsigned Opcode = IsVectorTy ? SPIRV::OpBitwiseAndV : SPIRV::OpBitwiseAndS; in selectIntToBool()