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

/external/llvm/include/llvm/IR/
H A DInstructions.h2346 /// reserveClauses - Grow the size of the operand list to accommodate the new
2348 void reserveClauses(unsigned Size) { growOperands(Size); } function in class:llvm::LandingPadInst

Completed in 101 milliseconds