HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFoldsToSimpleInteger (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 799 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
802 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond,
805 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt))
812 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
816 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt) {
847 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
855 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
881 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &
    [all...]
CGStmt.cpp 437 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) {
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]

Completed in 804 milliseconds