Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h806 const auto *CmpValueInfo = CmpInfo->getValueInfo(CmpResult); in CMP3() local
807 assert(CmpValueInfo); in CMP3()
808 assert(CmpValueInfo->hasValidIntValue()); in CMP3()
809 APSInt IntValue = CmpValueInfo->getIntValue(); in CMP3()