reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/CodeGenPrepare.cpp
 2633   void setOperand(Instruction *Inst, unsigned Idx, Value *NewVal);

References

lib/CodeGen/CodeGenPrepare.cpp
 3875     TPT.setOperand(SExt, 0, SExtOpnd->getOperand(0));
 3927     TPT.setOperand(Ext, 0, ExtOpnd);
 3961       TPT.setOperand(ExtOpnd, OpIdx, ConstantInt::get(Ext->getType(), CstVal));
 3967       TPT.setOperand(ExtOpnd, OpIdx, UndefValue::get(Ext->getType()));
 3979         TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd);
 3986     TPT.setOperand(ExtForOpnd, 0, Opnd);
 3990     TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd);