Home
last modified time | relevance | path

Searched refs:OldOp (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2372 Value *OldOp = LI.getOperand(0); in visitLoadInst() local
2373 assert(OldOp == OldPtr); in visitLoadInst()
2446 deleteIfTriviallyDead(OldOp); in visitLoadInst()
2451 bool rewriteVectorizedStoreInst(Value *V, StoreInst &SI, Value *OldOp) { in rewriteVectorizedStoreInst() argument
2497 Value *OldOp = SI.getOperand(1); in visitStoreInst() local
2498 assert(OldOp == OldPtr); in visitStoreInst()
2521 return rewriteVectorizedStoreInst(V, SI, OldOp); in visitStoreInst()
2555 deleteIfTriviallyDead(OldOp); in visitStoreInst()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1583 Ice::Operand *OldOp = LocalOperands[LocalIndex]; in setOperand() local
1584 if (OldOp == nullptr) { in setOperand()
1590 if (OldOp == Op) in setOperand()
1597 << " and " << *OldOp; in setOperand()