Searched refs:EmitAPInt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp783 static void EmitAPInt(SmallVectorImpl<uint64_t> &Vals, function
894 EmitAPInt(Record, Code, AbbrevToUse, IV->getValue());
1254 EmitAPInt(Vals64, Code, Abbrev, CaseRanges.getSingleNumber(0), true);
1265 EmitAPInt(Vals64, Code, Abbrev,
1276 EmitAPInt(Vals64, Code, Abbrev, r.getLow(), true);
1278 EmitAPInt(Vals64, Code, Abbrev, r.getHigh(), true);

Completed in 451 milliseconds