Searched refs:AnyChange (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Linker/
H A DLinkModules.cpp268 bool AnyChange = false;
273 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
282 if (!AnyChange)
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp1052 bool AnyChange = Ty != getType(); local
1054 AnyChange |= Ops[i] != getOperand(i);
1056 if (!AnyChange) // No operands changed, return self.
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4868 bool AnyChange = false; local
4871 AnyChange = true;
4877 if (!AnyChange) return N;

Completed in 117 milliseconds