Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Combined

2220         Constant *Combined = CE->getOperand(CE->getNumOperands()-1);
2223 Type *IdxTy = Combined->getType();
2227 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty);
2228 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
2230 Combined =
2231 ConstantExpr::get(Instruction::Add, Idx0, Combined);
2235 NewIndices.push_back(Combined);