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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp687 llvm::APSInt ResultInt; local
688 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt))
691 ResultBool = ResultInt.getBoolValue();
699 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt) { argument
709 ResultInt = Int;

Completed in 22 milliseconds