Home | History | Annotate | Download | only in IR

Lines Matching refs:Combined

1950         Constant *Combined = CE->getOperand(CE->getNumOperands()-1);
1953 Type *IdxTy = Combined->getType();
1957 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty);
1958 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
1960 Combined =
1961 ConstantExpr::get(Instruction::Add, Idx0, Combined);
1965 NewIndices.push_back(Combined);