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 604 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
607 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond,
610 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt))
617 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
621 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt) {
652 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
660 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
686 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
694 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
    [all...]
CGStmt.cpp 386 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) {
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]

Completed in 152 milliseconds