Home
last modified time | relevance | path

Searched defs:FoldConstant (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1312 struct FoldConstant { struct
1313 EvalInfo &Info;
1314 bool Enabled;
1315 bool HadNoPriorDiags;
1316 EvalInfo::EvaluationMode OldMode;
1318 explicit FoldConstant(EvalInfo &Info, bool Enabled) in FoldConstant() function
1328 void keepDiagnostics() { Enabled = false; } in keepDiagnostics()
1329 ~FoldConstant() { in ~FoldConstant()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2972 auto FoldConstant = [&](bool Val) { in createLogicFromTable() local