OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anychange
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp
236
bool
AnyChange
= false;
241
AnyChange
|= ElementTypes[i] != Ty->getContainedType(i);
250
if (!
AnyChange
)
[
all
...]
/external/llvm/lib/Linker/
IRMover.cpp
264
bool
AnyChange
= false;
268
AnyChange
|= ElementTypes[I] != Ty->getContainedType(I);
285
if (!
AnyChange
&& IsUniqued)
323
if (!
AnyChange
) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp
864
bool
AnyChange
= Ty != getType();
866
AnyChange
|= Ops[i] != getOperand(i);
868
if (!
AnyChange
) // No operands changed, return self.
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 811 milliseconds