Home | History | Annotate | Download | only in IR

Lines Matching refs:Idx0

2038   Constant *Idx0 = cast<Constant>(Idxs[0]);
2039 if ((Idxs.size() == 1 && Idx0->isNullValue()))
2097 if (Idx0->isNullValue())
2100 if (ConstantInt *CI = dyn_cast<ConstantInt>(Idx0))
2112 if (!Idx0->isNullValue()) {
2114 if (IdxTy != Idx0->getType()) {
2117 Idx0->getType()->getIntegerBitWidth());
2122 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, CommonTy);
2127 ConstantExpr::get(Instruction::Add, Idx0, Combined);
2148 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) {