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

/external/llvm/lib/IR/
H A DInstructions.cpp138 /// growOperands - grow operands - This grows the operand list in response
142 void PHINode::growOperands() { function in class:PHINode
235 /// growOperands - grow operands - This grows the operand list in response to a
237 void LandingPadInst::growOperands(unsigned Size) { function in class:LandingPadInst
253 growOperands(1);
3351 growOperands(); // Get more space!
3382 /// growOperands - grow operands - This grows the operand list in response
3385 void SwitchInst::growOperands() { function in class:SwitchInst
3425 /// growOperands - grow operands - This grows the operand list in response
3428 void IndirectBrInst::growOperands() { function in class:IndirectBrInst
[all...]

Completed in 48 milliseconds