Lines Matching refs:NewOperand
150 Value *NewOperand = in hoistAddrSpaceCastFromGEP() local
152 if (NewOperand == nullptr) in hoistAddrSpaceCastFromGEP()
156 assert(isEliminableAddrSpaceCast(NewOperand)); in hoistAddrSpaceCastFromGEP()
157 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromGEP()
188 Value *NewOperand = hoistAddrSpaceCastFrom(BC->getOperand(0), Depth + 1); in hoistAddrSpaceCastFromBitCast() local
189 if (NewOperand == nullptr) in hoistAddrSpaceCastFromBitCast()
193 assert(isEliminableAddrSpaceCast(NewOperand)); in hoistAddrSpaceCastFromBitCast()
194 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromBitCast()
248 Value *NewOperand = hoistAddrSpaceCastFrom(MI->getOperand(Idx)); in optimizeMemoryInstruction() local
249 if (NewOperand == nullptr) in optimizeMemoryInstruction()
262 assert(isEliminableAddrSpaceCast(NewOperand)); in optimizeMemoryInstruction()
263 Operator *ASC = dyn_cast<Operator>(NewOperand); in optimizeMemoryInstruction()