Home
last modified time | relevance | path

Searched refs:AnyChange (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp236 bool AnyChange = false; in getImpl() local
241 AnyChange |= ElementTypes[i] != Ty->getContainedType(i); in getImpl()
250 if (!AnyChange) in getImpl()
/external/llvm/lib/Linker/
DIRMover.cpp264 bool AnyChange = false; in get() local
268 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
285 if (!AnyChange && IsUniqued) in get()
323 if (!AnyChange) { in get()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp276 bool AnyChange = false; in get() local
280 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
297 if (!AnyChange && IsUniqued) in get()
335 if (!AnyChange) { in get()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp864 bool AnyChange = Ty != getType(); in getWithOperands() local
866 AnyChange |= Ops[i] != getOperand(i); in getWithOperands()
868 if (!AnyChange) // No operands changed, return self. in getWithOperands()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4755 bool AnyChange = false; in UpdateNodeOperands() local
4758 AnyChange = true; in UpdateNodeOperands()
4764 if (!AnyChange) return N; in UpdateNodeOperands()