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

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp937 bool AllConstants = true; local
945 AllConstants = false;
948 if (AllConstants)
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp5605 bool AllConstants = true; local
5606 for (unsigned i = 0, e = Ops.size(); i != e && AllConstants; ++i)
5607 AllConstants &= isa<Constant>(Ops[i]);
5610 if (AllConstants) {

Completed in 160 milliseconds