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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4441 unsigned ValueBitWidth = cast<IntegerType>(OpTy)->getBitWidth(); local
4462 if (ValueBitWidth > 64)
4465 ValueBitWidth);
4470 if (ValueBitWidth > 64)
4473 makeArrayRef(&Record[CurIdx], ActiveWords), ValueBitWidth);

Completed in 71 milliseconds