Searched refs:OldOp (Results 1 – 2 of 2) sorted by relevance
2372 Value *OldOp = LI.getOperand(0); in visitLoadInst() local2373 assert(OldOp == OldPtr); in visitLoadInst()2446 deleteIfTriviallyDead(OldOp); in visitLoadInst()2451 bool rewriteVectorizedStoreInst(Value *V, StoreInst &SI, Value *OldOp) { in rewriteVectorizedStoreInst() argument2497 Value *OldOp = SI.getOperand(1); in visitStoreInst() local2498 assert(OldOp == OldPtr); in visitStoreInst()2521 return rewriteVectorizedStoreInst(V, SI, OldOp); in visitStoreInst()2555 deleteIfTriviallyDead(OldOp); in visitStoreInst()
1583 Ice::Operand *OldOp = LocalOperands[LocalIndex]; in setOperand() local1584 if (OldOp == nullptr) { in setOperand()1590 if (OldOp == Op) in setOperand()1597 << " and " << *OldOp; in setOperand()