Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ConstantFoldsToSimpleInteger

2645   /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
2648 bool ConstantFoldsToSimpleInteger(const Expr *Cond, bool &Result);
2650 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
2653 bool ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &Result);