Searched refs:AllConstants (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1261 bool AllConstants = true; local
1268 AllConstants = false;
1271 if (AllConstants)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp11063 bool AllConstants = true;
11064 for (unsigned i = 0, e = Ops.size(); i != e && AllConstants; ++i)
11065 AllConstants &= isa<Constant>(Ops[i]);
11068 if (AllConstants) {

Completed in 179 milliseconds