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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1617 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { argument
1622 return APInt(TypeBits, Words);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1910 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { argument
1915 return APInt(TypeBits, Words);

Completed in 1903 milliseconds