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

/freebsd-10.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp267 bool AnyChange = false;
272 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
281 if (!AnyChange)
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp1111 bool AnyChange = Ty != getType(); local
1113 AnyChange |= Ops[i] != getOperand(i);
1115 if (!AnyChange) // No operands changed, return self.
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4990 bool AnyChange = false; local
4993 AnyChange = true;
4999 if (!AnyChange) return N;

Completed in 122 milliseconds