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

  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 137 /// growOperands - grow operands - This grows the operand list in response
141 void PHINode::growOperands() {
228 /// growOperands - grow operands - This grows the operand list in response to a
230 void LandingPadInst::growOperands(unsigned Size) {
246 growOperands(1);
    [all...]

Completed in 247 milliseconds