Home | History | Annotate | Download | only in Expression

Lines Matching defs:Old

622     // need to.  We point the metadata at the old VarDecl.  This creates an odd
1264 // What we're going to do here is make believe this was a regular old external
1618 IRForTarget::MaybeHandleCallArguments (CallInst *Old)
1623 log->Printf("MaybeHandleCallArguments(%s)", PrintValue(Old).c_str());
1625 for (unsigned op_index = 0, num_ops = Old->getNumArgOperands();
1628 if (!MaybeHandleVariable(Old->getArgOperand(op_index))) // conservatively believe that this is a store
2078 Constant *Old = NULL;
2080 if (!(Old = dyn_cast<Constant>(V)))
2090 Old = CE->getOperand(0);
2093 GlobalVariable *GV = dyn_cast<GlobalVariable>(Old);