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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp493 llvm::APInt ResultInt; local
494 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt))
497 ResultBool = ResultInt.getBoolValue();
505 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APInt &ResultInt) { argument
516 ResultInt = Result.Val.getInt();

Completed in 67 milliseconds