Home | History | Annotate | Download | only in IR

Lines Matching refs:Idx0

1904   Constant *Idx0 = cast<Constant>(Idxs[0]);
1905 if ((Idxs.size() == 1 && Idx0->isNullValue()))
1942 if ((LastTy && isa<SequentialType>(LastTy)) || Idx0->isNullValue()) {
1952 if (!Idx0->isNullValue()) {
1954 if (IdxTy != Idx0->getType()) {
1956 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, Int64Ty);
1961 ConstantExpr::get(Instruction::Add, Idx0, Combined);
1983 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) {