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

/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h168 unsigned getNumOperandInfos() const { function in class:llvm::BitCodeAbbrev
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitCodes.h172 unsigned getNumOperandInfos() const { function in class:llvm::BitCodeAbbrev
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h267 unsigned getNumOperandInfos() const { function in class:llvm::NaClBitCodeAbbrev
305 unsigned Size = getNumOperandInfos();
313 size_t Min = getNumOperandInfos();
322 for (unsigned I = 0, IEnd = getNumOperandInfos();

Completed in 1563 milliseconds