Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueLattice.h278 Optional<APInt> asConstantInteger() const { in asConstantInteger() function
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DValueLatticeTest.cpp68 EXPECT_EQ(LV1.asConstantInteger()->getLimitedValue(), 1U); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1355 if (Optional<APInt> OpConst = OpLatticeVal.asConstantInteger()) { in getEdgeValueLocal()