Lines Matching refs:emplace_back
51 Hashes.emplace_back(ValueType->getTypeID()); in hashType()
53 Hashes.emplace_back(ValueType->getIntegerBitWidth()); in hashType()
70 Hashes.emplace_back(I.getBitWidth()); in hashAPInt()
122 Hashes.emplace_back(hashType(Ty)); in hashConstant()
125 Hashes.emplace_back(static_cast<stable_hash>('N')); in hashConstant()
130 Hashes.emplace_back(hashGlobalVariable(*GVar)); in hashConstant()
135 Hashes.emplace_back(hashGlobalValue(G)); in hashConstant()
141 Hashes.emplace_back(stable_hash_name(Seq->getAsString())); in hashConstant()
149 Hashes.emplace_back(hashAPInt(Int)); in hashConstant()
154 Hashes.emplace_back(hashAPFloat(APF)); in hashConstant()
163 Hashes.emplace_back(H); in hashConstant()
170 Hashes.emplace_back(H); in hashConstant()
176 Hashes.emplace_back(H); in hashConstant()
194 Hashes.emplace_back(Arg->getArgNo()); in hashValue()
198 Hashes.emplace_back(It->second); in hashValue()
205 Hashes.emplace_back(hashType(Operand->getType())); in hashOperand()
206 Hashes.emplace_back(hashValue(Operand)); in hashOperand()
212 Hashes.emplace_back(Inst.getOpcode()); in hashInstruction()
217 Hashes.emplace_back(hashType(Inst.getType())); in hashInstruction()
222 Hashes.emplace_back(ComparisonInstruction->getPredicate()); in hashInstruction()
236 Hashes.emplace_back(OpndHash); in hashInstruction()
264 Hashes.emplace_back(Hash); in update()
265 Hashes.emplace_back(FunctionHeaderHash); in update()
267 Hashes.emplace_back(F.isVarArg()); in update()
268 Hashes.emplace_back(F.arg_size()); in update()
281 Hashes.emplace_back(BlockHeaderHash); in update()
283 Hashes.emplace_back(hashInstruction(Inst)); in update()
301 Hashes.emplace_back(Hash); in update()
302 Hashes.emplace_back(GlobalHeaderHash); in update()
303 Hashes.emplace_back(GV.getValueType()->getTypeID()); in update()