Home
last modified time | relevance | path

Searched refs:AllowLabels (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1557 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1559 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1571 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1579 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
H A DCodeGenFunction.h4533 bool AllowLabels = false);
4539 bool AllowLabels = false);