HomeSort by relevance Sort by last modified time
    Searched refs:AnyChange (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Linker/
LinkModules.cpp 236 bool AnyChange = false;
241 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
250 if (!AnyChange)
    [all...]
  /external/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/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 37 milliseconds