Searched refs:AllConstant (Results 1 – 7 of 7) sorted by relevance
203 bool AllConstant(const std::vector<uint32_t>& ids);
308 bool InstrumentPass::AllConstant(const std::vector<uint32_t>& ids) { in AllConstant() function in spvtools::opt::InstrumentPass335 bool insert_in_first_block = opt_direct_reads_ && AllConstant(offset_ids); in GenDebugDirectRead()
355 bool InstrumentPass::AllConstant(const std::vector<uint32_t>& ids) { in AllConstant() function in spvtools::opt::InstrumentPass382 bool insert_in_first_block = opt_direct_reads_ && AllConstant(offset_ids); in GenDebugDirectRead()
1019 bool AllConstant = true; in setBasicExpressionInfo() local1031 AllConstant = AllConstant && isa<Constant>(Operand); in setBasicExpressionInfo()1035 return AllConstant; in setBasicExpressionInfo()1127 bool AllConstant = setBasicExpressionInfo(I, E); in createExpression() local1182 } else if (AllConstant) { in createExpression()