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