Lines Matching refs:Addr
2111 /// At this point, the GEP operands of Addr [0, OpNo) have been stepped into.
2113 ConstantExpr *Addr, unsigned OpNo) {
2115 if (OpNo == Addr->getNumOperands()) {
2127 ConstantInt *CU = cast<ConstantInt>(Addr->getOperand(OpNo));
2130 Elts[Idx] = EvaluateStoreInto(Elts[Idx], Val, Addr, OpNo+1);
2136 ConstantInt *CI = cast<ConstantInt>(Addr->getOperand(OpNo));
2151 EvaluateStoreInto(Elts[CI->getZExtValue()], Val, Addr, OpNo+1);
2158 /// CommitValueTo - We have decided that Addr (which satisfies the predicate
2160 static void CommitValueTo(Constant *Val, Constant *Addr) {
2161 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(Addr)) {
2167 ConstantExpr *CE = cast<ConstantExpr>(Addr);
2319 // If this might be too difficult for the backend to handle (e.g. the addr