Searched refs:IsVectorTy (Results 1 – 1 of 1) sorted by relevance
1860 bool IsVectorTy = InputType->getOpcode() == SPIRV::OpTypeVector; in selectAnyOrAll() local1861 if (IsBoolTy && !IsVectorTy) { in selectAnyOrAll()1873 if (IsVectorTy) { in selectAnyOrAll()1894 if (!IsVectorTy) in selectAnyOrAll()2681 bool IsVectorTy = IntTy->getOpcode() == SPIRV::OpTypeVector; in selectIntToBool() local2682 unsigned Opcode = IsVectorTy ? SPIRV::OpBitwiseAndV : SPIRV::OpBitwiseAndS; in selectIntToBool()