Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Old

196   llvm::Value *Old = CGF.Builder.CreateExtractValue(Pair, 0);
209 // Update Expected if Expected isn't equal to Old, otherwise branch to the
214 // Update the memory at Expected with Old's value.
215 llvm::StoreInst *StoreExpected = CGF.Builder.CreateStore(Old, Val1);