Home | History | Annotate | Download | only in Analysis

Lines Matching full:apint

588     llvm::APInt IntValue = IntLiteral->getValue();
640 llvm::APInt L1 = IntLiteral->getValue();
641 llvm::APInt L2 = IntLiteral2->getValue();
650 llvm::APInt IntValue = IntLiteral->getValue();
762 ((L1 < L2) ? L1 : L2) + llvm::APSInt(llvm::APInt(L1.getBitWidth(), 1),