Home | History | Annotate | Download | only in IR

Lines Matching refs:Combined

2130         Constant *Combined = CE->getOperand(CE->getNumOperands()-1);
2133 Type *IdxTy = Combined->getType();
2143 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy);
2144 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
2146 Combined =
2147 ConstantExpr::get(Instruction::Add, Idx0, Combined);
2151 NewIndices.push_back(Combined);