Searched refs:selectAnyOrAll (Results 1 – 1 of 1) sorted by relevance
165 bool selectAnyOrAll(Register ResVReg, const SPIRVType *ResType,1846 bool SPIRVInstructionSelector::selectAnyOrAll(Register ResVReg, in selectAnyOrAll() function in SPIRVInstructionSelector1907 return selectAnyOrAll(ResVReg, ResType, I, SPIRV::OpAll); in selectAll()1913 return selectAnyOrAll(ResVReg, ResType, I, SPIRV::OpAny); in selectAny()