Home | History | Annotate | Download | only in IR

Lines Matching defs:Combined

2167         Constant *Combined = CE->getOperand(CE->getNumOperands()-1);
2170 Type *IdxTy = Combined->getType();
2180 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy);
2181 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
2183 Combined =
2184 ConstantExpr::get(Instruction::Add, Idx0, Combined);
2188 NewIndices.push_back(Combined);
2191 // The combined GEP normally inherits its index inrange attribute from