HomeSort by relevance Sort by last modified time
    Searched refs:growOperands (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Instructions.cpp 138 /// growOperands - grow operands - This grows the operand list in response
142 void PHINode::growOperands() {
235 /// growOperands - grow operands - This grows the operand list in response to a
237 void LandingPadInst::growOperands(unsigned Size) {
253 growOperands(1);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 141 milliseconds