Lines Matching refs:getBitWidth
292 return Index->getBitWidth() <= 64 &&
415 APInt One(Idx->getBitWidth(), 1);
515 APInt One(RHS->getBitWidth(), 1);
569 if (A.getBitWidth() < B.getBitWidth())
570 A = A.sext(B.getBitWidth());
571 else if (A.getBitWidth() > B.getBitWidth())
572 B = B.sext(A.getBitWidth());
594 IntegerType::get(Basis.Ins->getContext(), IndexOffset.getBitWidth());