Home | History | Annotate | Download | only in IPO

Lines Matching refs:Op

1142     for (unsigned op = 0, e = PN->getNumIncomingValues(); op != e; ++op) {
1143 Value *InVal = PN->getIncomingValue(op);
1578 // Ignore no-op GEPs and bitcasts.
2087 Constant *Op = cast<Constant>(C->getOperand(i));
2088 if (!isSimpleEnoughValueToCommit(Op, SimpleConstants))
2169 // A constantexpr bitcast from a pointer to another pointer is a no-op,
2444 // This memset is a no-op.