Home
last modified time | relevance | path

Searched refs:Integer1 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4171 const auto Integer1 = dyn_cast<IntegerLiteral>(Idx1); in isSameComparisonOperand() local
4173 if (Integer1 && Integer2) { in isSameComparisonOperand()
4174 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()