Searched refs:const_insts (Results 1 – 2 of 2) sorted by relevance
57 std::vector<Instruction*> const_insts; in GetConstants() local59 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()61 return const_insts; in GetConstants()65 std::vector<const Instruction*> const_insts; in GetConstants() local67 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()69 return const_insts; in GetConstants()