Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Combined

1952         Constant *Combined = CE->getOperand(CE->getNumOperands()-1);
1955 Type *IdxTy = Combined->getType();
1959 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty);
1960 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
1962 Combined =
1963 ConstantExpr::get(Instruction::Add, Idx0, Combined);
1967 NewIndices.push_back(Combined);