Lines Matching refs:getBitWidth
296 return Index->getBitWidth() <= 64 &&
419 APInt One(Idx->getBitWidth(), 1);
519 APInt One(RHS->getBitWidth(), 1);
573 if (A.getBitWidth() < B.getBitWidth())
574 A = A.sext(B.getBitWidth());
575 else if (A.getBitWidth() > B.getBitWidth())
576 B = B.sext(A.getBitWidth());
598 IntegerType::get(Basis.Ins->getContext(), IndexOffset.getBitWidth());