Home | History | Annotate | Download | only in IR

Lines Matching refs:isOne

618           bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
619 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
631 if (CI->isOne() &&
905 if (CI2->isOne())
1892 if (!cast<ConstantInt>(Idxs[0])->isOne())