Searched refs:NumIndirectDests (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 945 NumIndirectDests = IndirectDests.size(); in init() 947 for (unsigned i = 0; i != NumIndirectDests; ++i) in init() 968 NumIndirectDests = CBI.NumIndirectDests; in CallBrInst() 982 NewCBI->NumIndirectDests = CBI->NumIndirectDests; in Create()
|
| H A D | Core.cpp | 3426 unsigned NumIndirectDests, LLVMValueRef *Args, in LLVMBuildCallBr() argument 3438 ArrayRef(unwrap(IndirectDests), NumIndirectDests), in LLVMBuildCallBr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 3875 unsigned NumIndirectDests; 3894 static unsigned ComputeNumOperands(int NumArgs, int NumIndirectDests, 3898 return unsigned(2 + NumIndirectDests + NumArgs + NumBundleInputs); 3965 unsigned getNumIndirectDests() const { return NumIndirectDests; }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 4415 unsigned NumIndirectDests, LLVMValueRef *Args, unsigned NumArgs,
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5923 unsigned NumIndirectDests = Record[OpNum++]; in parseFunctionBody() local 5925 for (unsigned i = 0, e = NumIndirectDests; i != e; ++i) in parseFunctionBody()
|