Home | History | Annotate | Download | only in Lex

Lines Matching defs:getBitWidth

48   unsigned getBitWidth() const { return Val.getBitWidth(); }
366 if (Result.Val.getBitWidth() > Val.getBitWidth()) {
367 Result.Val = Val.extend(Result.Val.getBitWidth());
369 assert(Result.Val.getBitWidth() == Val.getBitWidth() &&
561 PPValue RHS(LHS.getBitWidth());
603 llvm::APSInt Res(LHS.getBitWidth());
674 if (ShAmt >= LHS.getBitWidth()) {
676 ShAmt = LHS.getBitWidth()-1;
755 PPValue AfterColonVal(LHS.getBitWidth());