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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp604 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
607 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, function in class:CodeGenFunction
610 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt))
617 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
621 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt) { function in class:CodeGenFunction
652 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
660 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
686 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
694 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&

Completed in 32 milliseconds