Home | History | Annotate | Download | only in IR

Lines Matching refs:Combined

2110         Constant *Combined = CE->getOperand(CE->getNumOperands()-1);
2113 Type *IdxTy = Combined->getType();
2123 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy);
2124 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
2126 Combined =
2127 ConstantExpr::get(Instruction::Add, Idx0, Combined);
2131 NewIndices.push_back(Combined);