Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntLiteral

648     const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
651 if (!IntLiteral) {
652 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
657 if (!IntLiteral || !BoolExpr->isKnownToHaveBooleanValue())
660 llvm::APInt IntValue = IntLiteral->getValue();
664 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() ||
687 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
690 if (!IntLiteral) {
691 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
695 if (!IntLiteral)
712 llvm::APInt L1 = IntLiteral->getValue();
722 llvm::APInt IntValue = IntLiteral->getValue();