Home
last modified time | relevance | path

Searched refs:input_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1088 size_t input_size() const { return Inputs.size(); }
2316 Total += B.input_size();
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A DgssapiP_krb5.h366 OM_uint32 *input_size);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp531 BOI.End = CurrentIndex + BI->input_size(); in populateBundleOperandInfos()