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

/external/llvm/lib/Linker/
H A DLinkModules.cpp268 bool AnyChange = false;
273 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
282 if (!AnyChange)
/external/llvm/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.
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4865 bool AnyChange = false; local
4868 AnyChange = true;
4874 if (!AnyChange) return N;

Completed in 83 milliseconds