Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp176 llvm::APSInt resultInt; in constantFoldsToBool() local
177 if (!constantFoldsToSimpleInteger(cond, resultInt, allowLabels)) in constantFoldsToBool()
180 resultBool = resultInt.getBoolValue(); in constantFoldsToBool()
188 llvm::APSInt &resultInt, in constantFoldsToSimpleInteger() argument
200 resultInt = intValue; in constantFoldsToSimpleInteger()
H A DCIRGenFunction.h386 llvm::APSInt &resultInt,