Searched defs:GotBits (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DVerifier.cpp1798 unsigned GotBits = cast<IntegerType>(EltTy)->getBitWidth(); local
1804 Suffix += "i" + utostr(GotBits);
1810 if (GotBits < 16 || GotBits % 16 != 0) {

Completed in 145 milliseconds