Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1153 llvm::APSInt ResultInt; in ConstantFoldsToSimpleInteger() local
1154 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1157 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()
1165 llvm::APSInt &ResultInt, in ConstantFoldsToSimpleInteger() argument
1176 ResultInt = Int; in ConstantFoldsToSimpleInteger()