Lines Matching refs:NewOperand
147 Value *NewOperand = in hoistAddrSpaceCastFromGEP() local
149 if (NewOperand == nullptr) in hoistAddrSpaceCastFromGEP()
153 assert(isEliminableAddrSpaceCast(NewOperand)); in hoistAddrSpaceCastFromGEP()
154 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromGEP()
185 Value *NewOperand = hoistAddrSpaceCastFrom(BC->getOperand(0), Depth + 1); in hoistAddrSpaceCastFromBitCast() local
186 if (NewOperand == nullptr) in hoistAddrSpaceCastFromBitCast()
190 assert(isEliminableAddrSpaceCast(NewOperand)); in hoistAddrSpaceCastFromBitCast()
191 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromBitCast()
245 Value *NewOperand = hoistAddrSpaceCastFrom(MI->getOperand(Idx)); in optimizeMemoryInstruction() local
246 if (NewOperand == nullptr) in optimizeMemoryInstruction()
259 assert(isEliminableAddrSpaceCast(NewOperand)); in optimizeMemoryInstruction()
260 Operator *ASC = dyn_cast<Operator>(NewOperand); in optimizeMemoryInstruction()