Searched refs:IntLiteral2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp980 const IntegerLiteral *IntLiteral2 = dyn_cast<IntegerLiteral>(LHSExpr2); local
982 if (!IntLiteral2)
983 IntLiteral2 = dyn_cast<IntegerLiteral>(RHSExpr2);
985 if (!IntLiteral2)
989 llvm::APInt L2 = IntLiteral2->getValue();

Completed in 192 milliseconds