Home | History | Annotate | Download | only in IR

Lines Matching refs:Idx0

1905   Constant *Idx0 = cast<Constant>(Idxs[0]);
1906 if ((Idxs.size() == 1 && Idx0->isNullValue()))
1943 if ((LastTy && isa<SequentialType>(LastTy)) || Idx0->isNullValue()) {
1953 if (!Idx0->isNullValue()) {
1955 if (IdxTy != Idx0->getType()) {
1957 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, Int64Ty);
1962 Idx0, Combined);
1984 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) {