OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNumIndirectDests
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
4055
unsigned
getNumIndirectDests
() const { return NumIndirectDests; }
4060
assert(i <
getNumIndirectDests
() && "Out of bounds!");
4066
assert(i <
getNumIndirectDests
() && "Out of bounds!");
4073
return cast<BasicBlock>(*(&Op<-1>() -
getNumIndirectDests
() - 1));
4076
return cast_or_null<BasicBlock>(*(&Op<-1>() -
getNumIndirectDests
() + i));
4080
for (unsigned i = 0, e =
getNumIndirectDests
(); i < e; ++i)
4085
*(&Op<-1>() -
getNumIndirectDests
() - 1) = reinterpret_cast<Value *>(B);
4089
*(&Op<-1>() -
getNumIndirectDests
() + i) = reinterpret_cast<Value *>(B);
4099
assert(i <
getNumIndirectDests
() + 1 &&
4104
unsigned getNumSuccessors() const { return
getNumIndirectDests
() + 1;
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026