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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1077 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
1080 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, function in class:CodeGenFunction
1083 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt))
1090 /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
1094 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt) { function in class:CodeGenFunction
1127 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1137 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
1173 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1183 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&

Completed in 58 milliseconds