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

/freebsd-10-stable/contrib/llvm/lib/Linker/
H A DLinkModules.cpp268 bool AnyChange = false;
273 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
282 if (!AnyChange)
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp1109 bool AnyChange = Ty != getType(); local
1111 AnyChange |= Ops[i] != getOperand(i);
1113 if (!AnyChange) // No operands changed, return self.
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5152 bool AnyChange = false; local
5155 AnyChange = true;
5161 if (!AnyChange) return N;

Completed in 185 milliseconds