HomeSort by: relevance | last modified time | path
    Searched refs:CondConstant (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 721 bool CondConstant;
722 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant,
727 if (!CondConstant) // Condition false?
733 if (CondConstant)
CGStmtOpenMP.cpp 2488 bool CondConstant;
2490 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
2491 if (!CondConstant)
3071 bool CondConstant;
3073 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
3074 if (!CondConstant)
4248 bool CondConstant;
4249 if (ConstantFoldsToSimpleInteger(Cond, CondConstant))
4250 Data.Final.setInt(CondConstant);
5064 bool CondConstant;
    [all...]
CGOpenMPRuntime.cpp 2039 bool CondConstant;
2040 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) {
2041 if (CondConstant)

Completed in 40 milliseconds